diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-07-04 19:47:11 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-07-04 19:47:11 +0000 |
commit | a9644455cef040bcd40436fb7b4660a03997ec9a (patch) | |
tree | c187c5bf8a11309acf2c85d1a1e4041df4a080a2 | |
parent | Assume maintainership. (diff) |
Fix build. This port needs gcc 4.6 or earlier.
Notes
Notes:
svn path=/head/; revision=418053
-rw-r--r-- | net/vnc/Makefile | 2 |
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 |