aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-nas
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2007-03-29 20:50:00 +0800
committerehaupt <ehaupt@FreeBSD.org>2007-03-29 20:50:00 +0800
commitc815d163bdbb935073043494b80018588d7e63cc (patch)
tree979d61b40359d17c5448a444fd92a36fa2cbafd4 /audio/xmms-nas
parent5e064fbf6877e8ba8b8ef83382af43eb1fff3512 (diff)
downloadfreebsd-ports-gnome-c815d163bdbb935073043494b80018588d7e63cc.tar.gz
freebsd-ports-gnome-c815d163bdbb935073043494b80018588d7e63cc.tar.zst
freebsd-ports-gnome-c815d163bdbb935073043494b80018588d7e63cc.zip
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG Approved by: portmgr (pav; implicit)
Diffstat (limited to 'audio/xmms-nas')
-rw-r--r--audio/xmms-nas/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-nas/Makefile b/audio/xmms-nas/Makefile
index 8f38fdf56286..bd32b46389e8 100644
--- a/audio/xmms-nas/Makefile
+++ b/audio/xmms-nas/Makefile
@@ -20,9 +20,13 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
PLIST_FILES= lib/xmms/Output/libnas.a \
lib/xmms/Output/libnas.la \
lib/xmms/Output/libnas.so
+post-patch:
+ @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
+
.include <bsd.port.mk>