diff options
author | johans <johans@FreeBSD.org> | 2009-10-05 05:09:07 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2009-10-05 05:09:07 +0800 |
commit | ef20e12ca60c1b3613f19f9c1e4b657fb20ca56f (patch) | |
tree | 51239e2a7a9f600d134108cf6d96a59a29281b02 /security | |
parent | 0fb983e2091bce7fa88e97fc750f65de2a986353 (diff) | |
download | freebsd-ports-gnome-ef20e12ca60c1b3613f19f9c1e4b657fb20ca56f.tar.gz freebsd-ports-gnome-ef20e12ca60c1b3613f19f9c1e4b657fb20ca56f.tar.zst freebsd-ports-gnome-ef20e12ca60c1b3613f19f9c1e4b657fb20ca56f.zip |
- Fix objformat detection
(as a result it again compiles on 64bit systems[1]
and installs with correct library names[2])
Reported by: QAT[1], erwin[2]
Diffstat (limited to 'security')
-rw-r--r-- | security/xmlsec1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 5274b1db2a2d..6c0ba0edeafd 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -69,7 +70,7 @@ post-patch: -e 's|^confexecdir =.*$$|confexecdir = \$$(sysconfdir)|g' \ -e 's|/tmp/\*\.log|${WRKSRC}/*.log|g' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} \ + @${REINPLACE_CMD} -e '/objformat=/s|=`[^`]*`|=elf|' \ -e '/^XMLSEC_SHLIBSFX="/s|"[^"]*"|".so"|' \ -e 's|openssl_exlibs=-ldl|openssl_exlibs=|' \ -e 's|-ldl"|"|' \ |