svn commit: r418053 - head/net/vnc

Cy Schubert cy at FreeBSD.org
Mon Jul 4 19:47:12 UTC 2016


Author: cy
Date: Mon Jul  4 19:47:11 2016
New Revision: 418053
URL: https://svnweb.freebsd.org/changeset/ports/418053

Log:
  Fix build. This port needs gcc 4.6 or earlier.

Modified:
  head/net/vnc/Makefile

Modified: head/net/vnc/Makefile
==============================================================================
--- head/net/vnc/Makefile	Mon Jul  4 19:23:44 2016	(r418052)
+++ head/net/vnc/Makefile	Mon Jul  4 19:47:11 2016	(r418053)
@@ -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


More information about the svn-ports-head mailing list