diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-shn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 8b50a2166439..6df22995f55a 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -20,6 +20,10 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |