mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by: portmgr (mat)
This commit is contained in:
parent
eef1328a37
commit
d2699e867e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346975
7 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ NO_STAGE= yes
|
||||||
CC= gcc
|
CC= gcc
|
||||||
|
|
||||||
USES= pure:ffi
|
USES= pure:ffi
|
||||||
USE_GCC= 4.6+
|
USE_GCC= yes
|
||||||
|
|
||||||
MAN1= ${PORTNAME}.1
|
MAN1= ${PORTNAME}.1
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ RUN_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx
|
||||||
OPTIONS_DEFINE= DEBUG DOCS
|
OPTIONS_DEFINE= DEBUG DOCS
|
||||||
|
|
||||||
USES= gmake pkgconfig
|
USES= gmake pkgconfig
|
||||||
USE_GCC= 4.6+
|
USE_GCC= yes
|
||||||
USE_CXXSTD= gnu++0x
|
USE_CXXSTD= gnu++0x
|
||||||
USE_GNOME= gtk20 libxml2
|
USE_GNOME= gtk20 libxml2
|
||||||
USE_WX= 2.8+
|
USE_WX= 2.8+
|
||||||
|
|
|
@ -24,7 +24,7 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
|
||||||
|
|
||||||
MAKEFILE= GNUmakefile
|
MAKEFILE= GNUmakefile
|
||||||
USES= gmake tcl
|
USES= gmake tcl
|
||||||
USE_GCC= 4.6+
|
USE_GCC= yes
|
||||||
USE_GL= glew
|
USE_GL= glew
|
||||||
USE_SDL= sdl ttf
|
USE_SDL= sdl ttf
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -25,7 +25,7 @@ LARGE_FILE= large.tgz
|
||||||
TIMING_FILE= timing.tgz
|
TIMING_FILE= timing.tgz
|
||||||
|
|
||||||
USES= fortran gmake perl5
|
USES= fortran gmake perl5
|
||||||
USE_GCC= 4.6+
|
USE_GCC= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
||||||
|
|
|
@ -160,7 +160,7 @@ CONFIGURE_ARGS+= --extra-cflags=-m32
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${OSVERSION} < 900000
|
.if ${OSVERSION} < 900000
|
||||||
USE_GCC= 4.6+
|
USE_GCC= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${HAVE_SDL:Msdl}
|
.if ${HAVE_SDL:Msdl}
|
||||||
|
|
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64
|
ONLY_FOR_ARCHS= amd64
|
||||||
SSP_UNSAFE= yes
|
SSP_UNSAFE= yes
|
||||||
USE_GCC= 4.6+
|
USE_GCC= yes
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= grehan-freebsd
|
GH_ACCOUNT= grehan-freebsd
|
||||||
GH_COMMIT= aa0717f
|
GH_COMMIT= aa0717f
|
||||||
|
|
|
@ -17,7 +17,7 @@ RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GCC= 4.6+
|
USE_GCC= yes
|
||||||
|
|
||||||
USES= shebangfix
|
USES= shebangfix
|
||||||
SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
|
SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
|
||||||
|
|
Loading…
Add table
Reference in a new issue