aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
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>