aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-openspc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 13:53:55 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 13:53:55 +0000
commitd8ff08c80610368d5eb56bc391aadf2f51341372 (patch)
tree8090eb7aa97710d34ff237a5fa6349b72cf30383 /audio/xmms-openspc
parente0b11f653947ba6402476162248b679914f4cac1 (diff)
downloadports-d8ff08c80610368d5eb56bc391aadf2f51341372.tar.gz
ports-d8ff08c80610368d5eb56bc391aadf2f51341372.zip
Notes
Diffstat (limited to 'audio/xmms-openspc')
-rw-r--r--audio/xmms-openspc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile
index ed1fb1a7f6e6..bceff7b2bb14 100644
--- a/audio/xmms-openspc/Makefile
+++ b/audio/xmms-openspc/Makefile
@@ -24,7 +24,13 @@ PLIST_FILES= lib/xmms/Input/openspc.la \
ONLY_FOR_ARCHS= i386 # contains x86 assembler code
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000000
+BROKEN= does not build on FreeBSD 10.x and later
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>