summaryrefslogtreecommitdiff
path: root/audio/xmms-efxmms
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-03-27 18:28:08 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-03-27 18:28:08 +0000
commitd156916e122c50be13a8912259c9721010dc3a09 (patch)
treebde0bb7eb477920958c24d93a0b188db2217d9be /audio/xmms-efxmms
parentMove man pages to MAN1 in Makefile. (diff)
- Fix building after removal of objformat(1).
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188573
Diffstat (limited to 'audio/xmms-efxmms')
-rw-r--r--audio/xmms-efxmms/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/xmms-efxmms/Makefile b/audio/xmms-efxmms/Makefile
index 5de29f5f4cca..39c65b3fb886 100644
--- a/audio/xmms-efxmms/Makefile
+++ b/audio/xmms-efxmms/Makefile
@@ -27,4 +27,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= lib/xmms/Effect/libefx.la \
lib/xmms/Effect/libefx.so
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
+
.include <bsd.port.mk>