summaryrefslogtreecommitdiff
path: root/security/pidgin-otr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-28 20:06:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-28 20:06:51 +0000
commitf27926601a70a3355a7302a3a087d73ae518ba60 (patch)
treeeef7696d84d2d3e5b34be6bbe74f8bff0d200abd /security/pidgin-otr
parentFix the reference to portaudit, which is in ports-mgmt now. (diff)
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188688
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r--security/pidgin-otr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index d1ddf1b3b2ae..a9e9a952059c 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -28,4 +28,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \
--with-libotr-inc-prefix=${LOCALBASE}/include
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>