diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-03-06 22:13:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-03-06 22:13:36 +0800 |
commit | 130d6d77211fb62949c6b83d1450add912843e6e (patch) | |
tree | b0507cdd8d00b041176f5576371f3dc75869ef06 /games | |
parent | aad338978f28a3b71d7144c2e0c56fd4f6977770 (diff) | |
download | freebsd-ports-gnome-130d6d77211fb62949c6b83d1450add912843e6e.tar.gz freebsd-ports-gnome-130d6d77211fb62949c6b83d1450add912843e6e.tar.zst freebsd-ports-gnome-130d6d77211fb62949c6b83d1450add912843e6e.zip |
- Fix build on 10.x
Diffstat (limited to 'games')
-rw-r--r-- | games/gtkpool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index def45c1bee67..a883a841b8a4 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -17,6 +17,7 @@ USE_PERL5= build USE_AUTOTOOLS= aclocal automake autoheader autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing +USE_GCC= any post-patch: .for file in application.cpp options.cpp |