diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-04 19:56:18 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-04 19:56:18 +0800 |
commit | f563579f958aaa116ae448bd07454de1627cf890 (patch) | |
tree | 9c66e5f60909637c8ef4162cc690b4f5e9900ec3 | |
parent | e39c17678cdfdca8e18c237fa3fb4d2852466492 (diff) | |
download | freebsd-ports-gnome-f563579f958aaa116ae448bd07454de1627cf890.tar.gz freebsd-ports-gnome-f563579f958aaa116ae448bd07454de1627cf890.tar.zst freebsd-ports-gnome-f563579f958aaa116ae448bd07454de1627cf890.zip |
security/nss: limit ports binutils to FreeBSD
Inspired by: DPorts diffs
-rw-r--r-- | security/nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index 2accd5100cab..eb0c0b9731e1 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -54,7 +54,7 @@ BINS= ${DIST}/${OPSYS}${OSREL}_OPT.OBJ BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ .endif -.if ${ARCH} == amd64 +.if ${OPSYS} == FreeBSD && ${ARCH} == amd64 USE_BINUTILS= # intel-gcm.s CC+= -B${LOCALBASE}/bin .endif |