diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-10-05 05:09:07 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-10-05 05:09:07 +0800 |
commit | 2f3ca95cc707f9c9f46f8903c62d102aaaed9783 (patch) | |
tree | 8281dfadfcef928809847fd97f6b468a1e933677 /security | |
parent | 4703e5db113a5d3f487f52a9618073f890f24969 (diff) | |
download | freebsd-ports-gnome-2f3ca95cc707f9c9f46f8903c62d102aaaed9783.tar.gz freebsd-ports-gnome-2f3ca95cc707f9c9f46f8903c62d102aaaed9783.tar.zst freebsd-ports-gnome-2f3ca95cc707f9c9f46f8903c62d102aaaed9783.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"|"|' \ |