svn commit: r362683 - head/emulators/pipelight

Kris Moore kmoore at FreeBSD.org
Wed Jul 23 13:16:30 UTC 2014


Author: kmoore
Date: Wed Jul 23 13:16:29 2014
New Revision: 362683
URL: http://svnweb.freebsd.org/changeset/ports/362683
QAT: https://qat.redports.org/buildarchive/r362683/

Log:
  - Fix building pipelight on FreeBSD 9 and earlier
  
  PR: 192048
  Submitted by: Joseph Mingrone <jrm at ftfl.ca>

Modified:
  head/emulators/pipelight/Makefile

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Wed Jul 23 13:15:57 2014	(r362682)
+++ head/emulators/pipelight/Makefile	Wed Jul 23 13:16:29 2014	(r362683)
@@ -30,8 +30,9 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \
-		--win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins
-USES=		compiler:c11 gmake
+		--win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \
+		--cxx=${CXX}
+USES=		compiler:gcc-c++11-lib gmake 
 MAKE_JOBS_UNSAFE=yes
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list