diff options
author | Johan van Selst <johans@FreeBSD.org> | 2007-11-14 18:38:40 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2007-11-14 18:38:40 +0000 |
commit | f51c28d0ef6f908d62d210a8b55176ae7605cb30 (patch) | |
tree | 55e1a2a24a979fc1da59474d34df1142fdf95c99 /security/xmlsec1 | |
parent | 964ffd4fb8caecf5e92e7aaf0385750b4ae717fc (diff) | |
download | ports-f51c28d0ef6f908d62d210a8b55176ae7605cb30.tar.gz ports-f51c28d0ef6f908d62d210a8b55176ae7605cb30.zip |
Notes
Diffstat (limited to 'security/xmlsec1')
-rw-r--r-- | security/xmlsec1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 086fc51025fe..902a2c2d097b 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -69,6 +69,7 @@ post-patch: -e 's|^confexecdir =.*$$|confexecdir = \$$(sysconfdir)|g' \ -e 's|/tmp/\*\.log|${WRKSRC}/*.log|g' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-ldl"|"|' \ -e 's,with_nspr/include,with_nspr/include/nspr ${PTHREAD_CFLAGS},' \ -e 's,with_nss/include,with_nss/include/nss/nss,' \ |