diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-27 01:24:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-27 01:24:09 +0800 |
commit | 46bed61ae4dd6bd2fdcceaf13981d10f8fad970b (patch) | |
tree | 49c19c4d2eee58d4a501f79dfbcc7edddb559668 /security | |
parent | bd988e795cd59b056f517a3b91716198756f8e67 (diff) | |
download | freebsd-ports-gnome-46bed61ae4dd6bd2fdcceaf13981d10f8fad970b.tar.gz freebsd-ports-gnome-46bed61ae4dd6bd2fdcceaf13981d10f8fad970b.tar.zst freebsd-ports-gnome-46bed61ae4dd6bd2fdcceaf13981d10f8fad970b.zip |
Remove --export-all-symbols which is not supported and makes 'make install' fail.
Diffstat (limited to 'security')
-rw-r--r-- | security/zxid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile index f8ed1c58139a..1cb702750ee3 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -30,7 +30,9 @@ ZXID_BINS= smime zxcall zxcot zxdecode zxencdectest zxid zxidhlo \ .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -e '/which gcc/d' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/which gcc/d' \ + -e 's/ --export-all-symbols/ /g' \ + ${WRKSRC}/Makefile post-install: ${MKDIR} ${PREFIX}/include/zxid/ |