aboutsummaryrefslogtreecommitdiff
path: root/emulators/openmsx
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-01-10 08:32:19 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-01-10 08:32:19 +0000
commitba5882cefaee4c0f0309e9021dddf5a21c4c4e5f (patch)
tree1e330c9e56b2e41a3607e543ca56ac69e67913f7 /emulators/openmsx
parentba2d30cb2dab9701dfc1f2ba8a9f28781321dae4 (diff)
downloadports-ba5882cefaee4c0f0309e9021dddf5a21c4c4e5f.tar.gz
ports-ba5882cefaee4c0f0309e9021dddf5a21c4c4e5f.zip
- Make sure CXXFLAGS are past when using alternative compiler
without this, binary may get linked with unusable libraries - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=339325
Diffstat (limited to 'emulators/openmsx')
-rw-r--r--emulators/openmsx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index fa932c90c874..c15e5cbadebb 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -2,6 +2,7 @@
PORTNAME= openmsx
PORTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF
@@ -18,7 +19,8 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
INSTALL_SHARE_DIR=${DATADIR} \
INSTALL_DOC_DIR=${DOCSDIR} \
- OPENMSX_CXX=${CXX}
+ OPENMSX_CXX=${CXX} \
+ CXXFLAGS="${CXXFLAGS}"
MAKEFILE= GNUmakefile
USES= gmake tcl