diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-16 17:39:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-16 17:39:26 +0800 |
commit | 3b67ee5a6476a84cbfc44476dac54d9fa42f862f (patch) | |
tree | 297f17c2bded31e9dd97a24f039a7003f8dab7d9 /x11-toolkits | |
parent | 8baf9e179e75c9951b38c782bd6ce1cddfd17f87 (diff) | |
download | freebsd-ports-gnome-3b67ee5a6476a84cbfc44476dac54d9fa42f862f.tar.gz freebsd-ports-gnome-3b67ee5a6476a84cbfc44476dac54d9fa42f862f.tar.zst freebsd-ports-gnome-3b67ee5a6476a84cbfc44476dac54d9fa42f862f.zip |
Remove USE_GCC=any as the ports build properly with clang.
This also fixes the build with libc++
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index b8c18480583c..06dd9c1320c9 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png\ USES+= iconv gmake pkgconfig USE_BZIP2= yes -USE_GCC= any USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu USE_GNOME= gtk20 |