Date: Wed, 16 Dec 2015 09:38:29 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403853 - head/Mk Message-ID: <201512160938.tBG9cTq8056261@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Dec 16 09:38:29 2015 New Revision: 403853 URL: https://svnweb.freebsd.org/changeset/ports/403853 Log: gecko: drop support for libc++ where it's not default If it still has an effect the compiler should be fixed instead. Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Wed Dec 16 09:37:45 2015 (r403852) +++ head/Mk/bsd.gecko.mk Wed Dec 16 09:38:29 2015 (r403853) @@ -466,13 +466,9 @@ MOZCONFIG_SED?= ${SED} ${MOZ_SED_ARGS} USE_BINUTILS= # intel-gcm.s CFLAGS+= -B${LOCALBASE}/bin LDFLAGS+= -B${LOCALBASE}/bin -. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000041 && \ - exists(/usr/lib/libcxxrt.so) && ${CXXFLAGS:M-stdlib=libc++} -LIBS+= -lcxxrt -. endif -. endif .elif ${ARCH:Mpowerpc*} USES:= compiler:gcc-c++11-lib ${USES:Ncompiler*c++11*} +.endif . if ${ARCH} == "powerpc64" MOZ_EXPORT+= UNAME_m="${ARCH}" CFLAGS+= -mminimal-toc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512160938.tBG9cTq8056261>