aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2016-07-05 03:47:11 +0800
committercy <cy@FreeBSD.org>2016-07-05 03:47:11 +0800
commit004c41706ced26757df62f4fa850368eeb6ec278 (patch)
treec187c5bf8a11309acf2c85d1a1e4041df4a080a2 /net
parent47542de6301412253978f625e6056b011fd03281 (diff)
downloadfreebsd-ports-gnome-004c41706ced26757df62f4fa850368eeb6ec278.tar.gz
freebsd-ports-gnome-004c41706ced26757df62f4fa850368eeb6ec278.tar.zst
freebsd-ports-gnome-004c41706ced26757df62f4fa850368eeb6ec278.zip
Fix build. This port needs gcc 4.6 or earlier.
Diffstat (limited to 'net')
-rw-r--r--net/vnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 2706cccb1a5f..822c5825c7a1 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -48,7 +48,7 @@ DISTFILES+= X430src-1.tgz:x \
X430src-3.tgz:x
.if ${OSVERSION} > 1000054
-USE_GCC= yes
+USE_GCC= 4.6
MAKE_ENV= IMAKECPP="${CPP}"
MAKE_ARGS= AR='ar rc'
.endif