From 4ab63de6b793d2b0a30acbaa4592adfd38f7fe93 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 29 Mar 2007 14:02:09 +0000 Subject: - Cleanup objformat-removal fallout - Use USE_LDCONFIG Approved by: portmgr (pav; implicit) --- multimedia/xmms-weasel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/multimedia/xmms-weasel/Makefile b/multimedia/xmms-weasel/Makefile index 2ffa711dfd66..9c9f655c1334 100644 --- a/multimedia/xmms-weasel/Makefile +++ b/multimedia/xmms-weasel/Makefile @@ -21,8 +21,12 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes +USE_LDCONFIG= yes PLIST_FILES= lib/xmms/General/libweasel.la \ lib/xmms/General/libweasel.so +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure + .include -- cgit