Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat)
This commit is contained in:
parent
56bf763338
commit
ed08b27967
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348436
10 changed files with 9 additions and 10 deletions
|
@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
USES= qmake
|
||||
USE_QT4= gui moc_build network rcc_build \
|
||||
sql-sqlite3_run svg uic_build xml designer
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CXXFLAGS+= "-fno-ipa-sra"
|
||||
|
|
|
@ -19,7 +19,7 @@ USES= pathfix compiler:c++11-lang
|
|||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= YES
|
||||
USE_BZIP2= YES
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
MAKE_ARGS= docdir=${DOCSDIR}
|
||||
CONFIGURE_ARGS+=--program-transform-name=
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ CONFIGURE_ARGS= --disable-silent-rules
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix pkgconfig
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
|
||||
CXXFLAGS+= -include wchar.h
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ USES= pathfix pkgconfig
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GCC= yes
|
||||
USE_GCC= 4.7+
|
||||
|
||||
CXXFLAGS+= -include wchar.h
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ USE_BZIP2= yes
|
|||
USES= libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -38,7 +38,7 @@ LUA_COMPS= toluaxx
|
|||
USES= openal:al,alut pathfix pkgconfig
|
||||
USE_BZIP2= YES
|
||||
CPPFLAGS+= -DBR_NO_MACROS -std=c++11
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ USE_BZIP2= YES
|
|||
USES= cmake
|
||||
USE_SDL= sdl
|
||||
USE_XORG= xaw xrandr
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
|
|
@ -26,7 +26,7 @@ USES= gmake pathfix pkgconfig
|
|||
USE_LDCONFIG= yes
|
||||
USE_PGSQL= yes
|
||||
USE_PYTHON= 2
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ USE_GMAKE= yes
|
|||
USES= pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5= run
|
||||
USE_GCC= 4.7+
|
||||
USE_GCC= yes
|
||||
USE_AUTOTOOLS= libtoolize aclocal autoconf automake
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USES= shebangfix
|
||||
|
|
Loading…
Reference in a new issue