svn commit: r376507 - head/mail/libmapi

Koop Mast kwm at FreeBSD.org
Thu Jan 8 00:09:42 UTC 2015


Author: kwm
Date: Thu Jan  8 00:09:41 2015
New Revision: 376507
URL: https://svnweb.freebsd.org/changeset/ports/376507
QAT: https://qat.redports.org/buildarchive/r376507/

Log:
  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:
  head/mail/libmapi/Makefile

Modified: head/mail/libmapi/Makefile
==============================================================================
--- head/mail/libmapi/Makefile	Thu Jan  8 00:03:45 2015	(r376506)
+++ head/mail/libmapi/Makefile	Thu Jan  8 00:09:41 2015	(r376507)
@@ -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-all mailing list