diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 14:02:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 14:02:09 +0000 |
commit | 4eeff01900f9bbaeb024c8675232e9032434c415 (patch) | |
tree | 8b1226cb905c3a3bc3032b5b0511623abd818c13 | |
parent | ee6d760d6cc0e4112f3d5e4f415dece8b4c1881a (diff) |
Notes
-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> |