diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 22:02:09 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 22:02:09 +0800 |
commit | 4ab63de6b793d2b0a30acbaa4592adfd38f7fe93 (patch) | |
tree | c35dcdc92076074396daac66c97cfc0ce65fb755 /multimedia | |
parent | 2ebff2dfac807b3092c4aa1352586af6c5957963 (diff) | |
download | freebsd-ports-gnome-4ab63de6b793d2b0a30acbaa4592adfd38f7fe93.tar.gz freebsd-ports-gnome-4ab63de6b793d2b0a30acbaa4592adfd38f7fe93.tar.zst freebsd-ports-gnome-4ab63de6b793d2b0a30acbaa4592adfd38f7fe93.zip |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmms-weasel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk> |