Date: Fri, 10 Jan 2014 08:32:19 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339325 - head/emulators/openmsx Message-ID: <201401100832.s0A8WJpj099942@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401100832.s0A8WJpj099942>