Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today,
and generally we want to use the default version of GCC in cases like these. Approved by: portmgr blanket
This commit is contained in:
parent
d8c079f57d
commit
9c88366292
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400165
@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE
|
||||
TR_REV= 130-ge3f2420
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
USES= cmake compiler:c++11-lang gettext gmake perl5 readline
|
||||
USE_GCC= 4.8+ # clang bug PR/201270
|
||||
USE_GCC= yes # clang bug PR/201270
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_serialization.so:${PORTSDIR}/devel/boost-libs \
|
||||
CXXFLAGS+= -D_GLIBCXX_USE_C99
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -latomic
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 4.8+
|
||||
USE_GCC= yes
|
||||
USES= bison cpe gmake libtool lua:52 pkgconfig readline tar:bz2
|
||||
CONFIGURE_ARGS= --enable-libsodium
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -32,7 +32,7 @@ PORTDOCS= *
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000024
|
||||
USE_GCC= 4.8+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
@ -39,7 +39,7 @@ CFLAGS+= -Wno-unused-const-variable
|
||||
.endif
|
||||
.else
|
||||
MAKE_ARGS+= strictaliasing=off
|
||||
USE_GCC= 4.8+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user