diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:50:00 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:50:00 +0800 |
commit | c815d163bdbb935073043494b80018588d7e63cc (patch) | |
tree | 979d61b40359d17c5448a444fd92a36fa2cbafd4 /audio/xmms-modplug | |
parent | 5e064fbf6877e8ba8b8ef83382af43eb1fff3512 (diff) | |
download | freebsd-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-modplug')
-rw-r--r-- | audio/xmms-modplug/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile index ca3a1f50c0c9..a03323152dcd 100644 --- a/audio/xmms-modplug/Makefile +++ b/audio/xmms-modplug/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS?= xmms.4:${PORTSDIR}/multimedia/xmms LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug USE_X_PREFIX= yes +USE_LDCONFIG= yes HAS_CONFIGURE= yes PLUGDIR?= lib/xmms/Input PLIST_FILES= ${PLUGDIR}/libmodplugxmms.so @@ -31,6 +32,9 @@ PLIST_FILES= ${PLUGDIR}/libmodplugxmms.so BROKEN= Does not compile on FreeBSD 4.x .endif +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/ |