diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-18 10:03:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-18 10:03:07 +0800 |
commit | ae7842b2662fec53615c810e57b7e99788b6283f (patch) | |
tree | e4f8f8b63d02d7f4aac032958bf4f27656eafdd2 | |
parent | 55524fbb179931783c6cd975f63a9d3b72e66fd3 (diff) | |
download | freebsd-ports-gnome-ae7842b2662fec53615c810e57b7e99788b6283f.tar.gz freebsd-ports-gnome-ae7842b2662fec53615c810e57b7e99788b6283f.tar.zst freebsd-ports-gnome-ae7842b2662fec53615c810e57b7e99788b6283f.zip |
- Fix build when CXX is set to a path instead of just an executable name (fixes cross-builds)
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
-rw-r--r-- | games/warmux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 6d5c42060151..467415a1065d 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ CONFLICTS_INSTALL= wormux-* GNU_CONFIGURE= yes +CONFIGURE_ENV= cxx_present=yes USES= dos2unix gmake pkgconfig tar:bzip2 USE_SDL= sdl image mixer ttf gfx net DOS2UNIX_GLOB= fixed_class.h |