aboutsummaryrefslogtreecommitdiff
path: root/security/xmlsec1
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-10-04 21:09:07 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-10-04 21:09:07 +0000
commit2f3ca95cc707f9c9f46f8903c62d102aaaed9783 (patch)
tree8281dfadfcef928809847fd97f6b468a1e933677 /security/xmlsec1
parent4703e5db113a5d3f487f52a9618073f890f24969 (diff)
downloadports-2f3ca95cc707f9c9f46f8903c62d102aaaed9783.tar.gz
ports-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]
Notes
Notes: svn path=/head/; revision=242471
Diffstat (limited to 'security/xmlsec1')
-rw-r--r--security/xmlsec1/Makefile3
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"|"|' \