svn commit: r341791 - head/devel/libcxxrt

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 29 23:00:50 UTC 2014


Author: bapt
Date: Wed Jan 29 23:00:49 2014
New Revision: 341791
URL: http://svnweb.freebsd.org/changeset/ports/341791
QAT: https://qat.redports.org/buildarchive/r341791/

Log:
  Add -nostdlib to avoid linking to any stl lib

Modified:
  head/devel/libcxxrt/Makefile

Modified: head/devel/libcxxrt/Makefile
==============================================================================
--- head/devel/libcxxrt/Makefile	Wed Jan 29 22:44:36 2014	(r341790)
+++ head/devel/libcxxrt/Makefile	Wed Jan 29 23:00:49 2014	(r341791)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libcxxrt
 PORTVERSION=	20131225
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	bapt at FreeBSD.org
@@ -15,6 +16,7 @@ GH_COMMIT=	2f150a6
 GH_TAGNAME=	${GH_COMMIT}
 
 USES=		cmake
+CXXFLAGS+=	-nostdlib
 
 do-install:
 	${INSTALL_LIB} ${WRKSRC}/lib/libcxxrt.so ${STAGEDIR}${PREFIX}/lib


More information about the svn-ports-all mailing list