mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16: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
|
||||
|
||||
USES= pure:ffi
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ RUN_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx
|
|||
OPTIONS_DEFINE= DEBUG DOCS
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
USE_CXXSTD= gnu++0x
|
||||
USE_GNOME= gtk20 libxml2
|
||||
USE_WX= 2.8+
|
||||
|
|
|
@ -24,7 +24,7 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \
|
|||
|
||||
MAKEFILE= GNUmakefile
|
||||
USES= gmake tcl
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
USE_GL= glew
|
||||
USE_SDL= sdl ttf
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -25,7 +25,7 @@ LARGE_FILE= large.tgz
|
|||
TIMING_FILE= timing.tgz
|
||||
|
||||
USES= fortran gmake perl5
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
|
||||
|
|
|
@ -160,7 +160,7 @@ CONFIGURE_ARGS+= --extra-cflags=-m32
|
|||
.endif
|
||||
|
||||
.if ${OSVERSION} < 900000
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.if ${HAVE_SDL:Msdl}
|
||||
|
|
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
|
|||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
SSP_UNSAFE= yes
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= grehan-freebsd
|
||||
GH_COMMIT= aa0717f
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
|||
GNU_CONFIGURE= yes
|
||||
USE_XORG= x11
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
|
||||
|
|
Loading…
Add table
Reference in a new issue