Date: Sun, 12 Apr 2015 08:02:21 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383842 - head/graphics/delaboratory Message-ID: <201504120802.t3C82LlE042855@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Apr 12 08:02:20 2015 New Revision: 383842 URL: https://svnweb.freebsd.org/changeset/ports/383842 Log: graphics/delaboratory: Unbreak F8 and F9 too Reported by: amdmi3 Modified: head/graphics/delaboratory/Makefile Modified: head/graphics/delaboratory/Makefile ============================================================================== --- head/graphics/delaboratory/Makefile Sun Apr 12 07:54:11 2015 (r383841) +++ head/graphics/delaboratory/Makefile Sun Apr 12 08:02:20 2015 (r383842) @@ -3,7 +3,7 @@ PORTNAME= delaboratory PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -12,7 +12,7 @@ COMMENT= Unique image postprocessing app LICENSE= GPLv3 -USES= gmake +USES= compiler:c++11-lib gmake MAKE_ARGS= CXX="${CXX}" WXCONFIG="${WX_CONFIG}" USE_WX= 3.0 USE_CXXSTD= c++11 @@ -21,8 +21,8 @@ WX_UNICODE= yes PLIST_FILES= bin/${PORTNAME} post-patch: - @${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS}, ; \ - s,CXXFLAGS_WX +=,& ${CXXFLAGS} -I${LOCALBASE}/include,' \ + @${REINPLACE_CMD} -e 's|-Ofast.*}|${CXXFLAGS}| ; \ + s|CXXFLAGS_WX +=|& ${CXXFLAGS} -I${LOCALBASE}/include|' \ ${WRKSRC}/${MAKEFILE} do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504120802.t3C82LlE042855>