diff options
author | Renato Botelho <renato@netgate.com> | 2016-08-17 08:49:08 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-08-17 08:49:08 -0300 |
commit | 0145641ae6d684bb09c2b4281359880b0dfb1e71 (patch) | |
tree | 94793ab5feb4168d2a5a3467007969d57839db67 /tools | |
parent | 669a59d7c98bda587a1a5840e2fad77827ff16a6 (diff) | |
download | pfsense-0145641ae6d684bb09c2b4281359880b0dfb1e71.zip pfsense-0145641ae6d684bb09c2b4281359880b0dfb1e71.tar.gz |
Check for ARCH here is unnecessary
Diffstat (limited to 'tools')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index bf0c52f..e2163a2 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -62,7 +62,7 @@ lang_php56_SET_FORCE= FPM WITH_DEBUG= yes . endif -.if ${ARCH} == "armv6" && ${.CURDIR:N*databases/mysql56-client*}=="" +.if ${.CURDIR:N*databases/mysql56-client*}=="" CC=/usr/bin/cc CXX=/usr/bin/c++ .endif |