diff options
Diffstat (limited to 'graphics/xmms-finespectrum/Makefile')
-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> |