Date: Wed, 23 Jul 2014 13:16:29 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362683 - head/emulators/pipelight Message-ID: <201407231316.s6NDGTdS055085@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231316.s6NDGTdS055085>