Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 23:00:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341791 - head/devel/libcxxrt
Message-ID:  <201401292300.s0TN0nvm091667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401292300.s0TN0nvm091667>