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@snkmail.com>
This commit is contained in:
parent
1cfbe1f3a2
commit
ee98963467
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2015Q1/; revision=377031
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user