diff options
Diffstat (limited to 'audio/xmms-openspc/Makefile')
-rw-r--r-- | audio/xmms-openspc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile index d909b241ae59..fec511004b6c 100644 --- a/audio/xmms-openspc/Makefile +++ b/audio/xmms-openspc/Makefile @@ -28,4 +28,7 @@ ONLY_FOR_ARCHS= i386 # contains x86 assembler code USE_X_PREFIX= yes GNU_CONFIGURE= yes +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure + .include <bsd.port.mk> |