svn commit: r377031 - branches/2015Q1/mail/libmapi
Antoine Brodin
antoine at FreeBSD.org
Wed Jan 14 18:04:58 UTC 2015
Author: antoine
Date: Wed Jan 14 18:04:57 2015
New Revision: 377031
URL: https://svnweb.freebsd.org/changeset/ports/377031
QAT: https://qat.redports.org/buildarchive/r377031/
Log:
MFH: r376507
Unbreak libmapi on 9.x and 8.x.
Libmapi uses -std=c++0x however we need to add c++11-lib or else there
will be link errors.
PR: 196143
Submitted by: John Hein <z7dr6ut7gs at snkmail.com>
Modified:
branches/2015Q1/mail/libmapi/Makefile
Directory Properties:
branches/2015Q1/ (props changed)
Modified: branches/2015Q1/mail/libmapi/Makefile
==============================================================================
--- branches/2015Q1/mail/libmapi/Makefile Wed Jan 14 18:02:56 2015 (r377030)
+++ branches/2015Q1/mail/libmapi/Makefile Wed Jan 14 18:04:57 2015 (r377031)
@@ -23,7 +23,7 @@ CODENAME= QUADRANT
DOWNLOADCODE= 244
USE_SQLITE= 3
-USES= gmake pathfix pkgconfig python shebangfix
+USES= compiler:c++11-lib gmake pathfix pkgconfig python shebangfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
More information about the svn-ports-branches
mailing list