diff options
author | Renato Botelho <renato@netgate.com> | 2016-08-17 11:33:19 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-08-17 11:34:30 -0300 |
commit | f8ee942b6ba8e9c05346e8680321db2264f12441 (patch) | |
tree | cb9f67f688f01661da15b0a729e5c1c2e48dbf6b /tools | |
parent | 86e94becbec130f9eeca5bc94b497ec1167a640a (diff) | |
download | pfsense-f8ee942b6ba8e9c05346e8680321db2264f12441.zip pfsense-f8ee942b6ba8e9c05346e8680321db2264f12441.tar.gz |
Revert "Unbreak make.conf syntax"
This reverts commit 03d4281714b675414ac3915a6396b23031f15ccd.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 61817d9..e2163a2 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -63,8 +63,7 @@ WITH_DEBUG= yes . endif .if ${.CURDIR:N*databases/mysql56-client*}=="" -CC=/usr/bin/cc -CXX=/usr/bin/c++ +CC=/usr/bin/cc CXX=/usr/bin/c++ .endif # Options for packages |