aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-openspc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 10:51:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 10:51:00 +0000
commit2f1e160572536ea705da3106fcc566b55947d32a (patch)
tree83a75e83b82c31b0e27310f8eaa372d956c6d451 /audio/xmms-openspc
parent107edbb564d7d0dfd84def4ceaab3d4a36e6d3cf (diff)
downloadports-2f1e160572536ea705da3106fcc566b55947d32a.tar.gz
ports-2f1e160572536ea705da3106fcc566b55947d32a.zip
Cleanup objformat-removal fallout
Notified by: kris (via pointyhat)
Notes
Notes: svn path=/head/; revision=188735
Diffstat (limited to 'audio/xmms-openspc')
-rw-r--r--audio/xmms-openspc/Makefile3
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>