diff options
author | gjb <gjb@FreeBSD.org> | 2013-07-13 07:47:58 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-07-13 07:47:58 +0800 |
commit | 96cf9663f183d1f5c17bb4812dc1ed9857b1eda6 (patch) | |
tree | 08b631c5ff3acf77a1e2edf74f5d465c39c90a3b /sysutils | |
parent | a0fc3528945dafe7d6298cbe9041b1b74d052fce (diff) | |
download | freebsd-ports-gnome-96cf9663f183d1f5c17bb4812dc1ed9857b1eda6.tar.gz freebsd-ports-gnome-96cf9663f183d1f5c17bb4812dc1ed9857b1eda6.tar.zst freebsd-ports-gnome-96cf9663f183d1f5c17bb4812dc1ed9857b1eda6.zip |
Work around clang build failure.
Reviewed by: https://redports.org/buildarchive/20130712231201-40473
Approved by: cy (maintainer, implicit)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine35/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile index cfa451f5a051..47d57dc462de 100644 --- a/sysutils/cfengine35/Makefile +++ b/sysutils/cfengine35/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GCC= any # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine CONFIGURE_ARGS= --docdir=${DOCSDIR} \ |