diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-02 05:23:14 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-02 05:23:14 +0800 |
commit | 3a5a6c80458cf7ec0f98f8934c5d17419c8da11d (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf /graphics | |
parent | 8910f415b1b570e1d9110dc0a2f5edf7e32ade6b (diff) | |
download | freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.gz freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.zst freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.zip |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash/Makefile | 2 | ||||
-rw-r--r-- | graphics/php-facedetect/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index ac294394f9b9..7e42d5e8ea7c 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -25,7 +25,7 @@ USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes WANT_SDL= yes WANT_GNOME= yes -USE_GCC= 4.2+ # triggers compiler error on gcc 3.4 +USE_GCC= any WANT_GSTREAMER= yes USE_GNOME= libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile index b8848f004266..11dad0f92561 100644 --- a/graphics/php-facedetect/Makefile +++ b/graphics/php-facedetect/Makefile @@ -33,7 +33,7 @@ NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -USE_GCC= 4.2+ +USE_GCC= any .endif .include <bsd.port.post.mk> |