diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 10:51:00 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 10:51:00 +0000 |
commit | 2f1e160572536ea705da3106fcc566b55947d32a (patch) | |
tree | 83a75e83b82c31b0e27310f8eaa372d956c6d451 /audio/xmms-openspc/Makefile | |
parent | 107edbb564d7d0dfd84def4ceaab3d4a36e6d3cf (diff) | |
download | ports-2f1e160572536ea705da3106fcc566b55947d32a.tar.gz ports-2f1e160572536ea705da3106fcc566b55947d32a.zip |
Notes
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> |