mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
textproc/libqxp textproc/libepubgen: Add USES=compiler:c++11-lang
jhibbits reported that they are failng on powerpc64 because of c++11 issues. PR: 226861 226862 Reported by: jhibbits
This commit is contained in:
parent
5eb02106b7
commit
57a60f68b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465497
@ -23,7 +23,7 @@ CONFIGURE_ARGS= --disable-werror
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:features libtool pathfix pkgconfig tar:xz
|
||||
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-werror
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:features libtool pathfix pkgconfig tar:xz
|
||||
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user