diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-09-12 04:38:32 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-09-12 04:38:32 +0000 |
commit | f2ef8fedbe0b7c5bd6ad1aea3f4a27d1b477b25c (patch) | |
tree | 4c1ebb68d7141ca965286c973633b9c966862403 /security/nmap | |
parent | c6d40a9e081380eec3f311facba4f1af81deef0c (diff) | |
download | ports-f2ef8fedbe0b7c5bd6ad1aea3f4a27d1b477b25c.tar.gz ports-f2ef8fedbe0b7c5bd6ad1aea3f4a27d1b477b25c.zip |
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 04a7c2e70b85..00c06ff984f2 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--without-localdirs \ --without-nmap-update # fix for gcc from ports -.if ${CC} != "cc" && ${CC} !="clang" +.if ${CC} != "cc" && ${CC} !="clang" && !${CC:M*ccache/cc} GCCLIBDIR_CMDS= ${CC} -print-file-name=libstdc++.so | ${SED} -e 's/libstdc++.so//' CONFIGURE_ARGS+=LDFLAGS="-L$$(${GCCLIBDIR_CMDS})" NOT_BASE_CC= true |