diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:19:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:19:02 +0000 |
commit | 984e644689ebfdbfb542d32d006588d5b7268550 (patch) | |
tree | 3c5d2df3c00fffa3ca39f84923e6840a274ae92a /graphics/xmms-finespectrum | |
parent | afd4064fe5d0f4287f386bf10f1d70ed68c807c3 (diff) | |
download | ports-984e644689ebfdbfb542d32d006588d5b7268550.tar.gz ports-984e644689ebfdbfb542d32d006588d5b7268550.zip |
Notes
Diffstat (limited to 'graphics/xmms-finespectrum')
-rw-r--r-- | graphics/xmms-finespectrum/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xmms-finespectrum/Makefile b/graphics/xmms-finespectrum/Makefile index c6e75da1bdd7..c40efe9d7718 100644 --- a/graphics/xmms-finespectrum/Makefile +++ b/graphics/xmms-finespectrum/Makefile @@ -24,7 +24,11 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/finespectrum-1.0.1alpha +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig + .include <bsd.port.mk> |