From be25e8e8ea5cf290d752e173608e78f94c4cb439 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Sat, 3 Feb 2007 16:39:37 +0000 Subject: [PATCH] - Use USE_LDCONFIG - Skip /usr/bin/objformat tests and use elf obj format by default Notified by: kris (via pointyhat) --- audio/bmp-fc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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