diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 12:59:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 12:59:19 +0000 |
commit | e2601bfc14687a32d0b827d4bd1251f94936b176 (patch) | |
tree | ed00bc741e802d215fd0f30a484b05ba6ede416a /audio | |
parent | ecc27b757c1d819a32617b05ebb9c5256223c6e7 (diff) | |
download | ports-e2601bfc14687a32d0b827d4bd1251f94936b176.tar.gz ports-e2601bfc14687a32d0b827d4bd1251f94936b176.zip |
Notes
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) |