diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 12:22:35 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 12:22:35 +0000 |
commit | 5fdee7c21b4352759db98e8bde7309c8e8001fbf (patch) | |
tree | a9aa01628b04b4f7ca1c602d9aa5ac99e6f6ce7c /audio/xmms-fc/Makefile | |
parent | 34481f581a78525f06fdb8c9f5d8df52f7a69f8a (diff) |
Notes
Diffstat (limited to 'audio/xmms-fc/Makefile')
-rw-r--r-- | audio/xmms-fc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-fc/Makefile b/audio/xmms-fc/Makefile index b1b8caf3a34f..461c18965ed2 100644 --- a/audio/xmms-fc/Makefile +++ b/audio/xmms-fc/Makefile @@ -22,5 +22,9 @@ PLIST_FILES= lib/xmms/Input/libfc.so lib/xmms/Input/libfc.la USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure .include <bsd.port.mk> |