diff options
Diffstat (limited to 'audio/xmms-modplug/Makefile')
-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}/ |