svn commit: r339325 - head/emulators/openmsx

Johan van Selst johans at FreeBSD.org
Fri Jan 10 08:32:20 UTC 2014


Author: johans
Date: Fri Jan 10 08:32:19 2014
New Revision: 339325
URL: http://svnweb.freebsd.org/changeset/ports/339325

Log:
  - Make sure CXXFLAGS are past when using alternative compiler
    without this, binary may get linked with unusable libraries
  - Bump PORTREVISION

Modified:
  head/emulators/openmsx/Makefile

Modified: head/emulators/openmsx/Makefile
==============================================================================
--- head/emulators/openmsx/Makefile	Fri Jan 10 08:27:29 2014	(r339324)
+++ head/emulators/openmsx/Makefile	Fri Jan 10 08:32:19 2014	(r339325)
@@ -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}/text
 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


More information about the svn-ports-all mailing list