svn commit: r403853 - head/Mk

Jan Beich jbeich at FreeBSD.org
Wed Dec 16 13:56:19 UTC 2015


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


More information about the svn-ports-all mailing list