aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-02-03 16:39:37 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-02-03 16:39:37 +0000
commitbe25e8e8ea5cf290d752e173608e78f94c4cb439 (patch)
treeab29a6ed27b3e59c1398221f6c1e19d6e35cd249 /audio
parentf76da43a15548a64ecb52f391b4bef75b7681d08 (diff)
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/bmp-fc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/bmp-fc/Makefile b/audio/bmp-fc/Makefile
index 813a2ac6d1c1..0fc8fa0a9d0c 100644
--- a/audio/bmp-fc/Makefile
+++ b/audio/bmp-fc/Makefile
@@ -20,7 +20,11 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
USE_BZIP2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la
+post-patch:
+ @${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>