diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:22:35 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:22:35 +0800 |
commit | 50e8bb40cfc5b0a2053af6f8427f5f8fc88e2b9c (patch) | |
tree | 7c8dd8d6bc585bef701c541dd21954892860f785 /audio/xmms-fc | |
parent | 1863f37956f0afc7c7194085295c1c06bb876ed0 (diff) | |
download | freebsd-ports-gnome-50e8bb40cfc5b0a2053af6f8427f5f8fc88e2b9c.tar.gz freebsd-ports-gnome-50e8bb40cfc5b0a2053af6f8427f5f8fc88e2b9c.tar.zst freebsd-ports-gnome-50e8bb40cfc5b0a2053af6f8427f5f8fc88e2b9c.zip |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
Diffstat (limited to 'audio/xmms-fc')
-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> |