aboutsummaryrefslogtreecommitdiff
path: root/audio/glame
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 05:58:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 05:58:41 +0000
commit7f92cab3429b4eef155a5b61a4a7380cce86f529 (patch)
tree1d6c693b23f94ea169d92733ca6bbce25eda89c0 /audio/glame
parent78b6d3b86ec2285a52d33c3186629af12ccbe050 (diff)
downloadports-7f92cab3429b4eef155a5b61a4a7380cce86f529.tar.gz
ports-7f92cab3429b4eef155a5b61a4a7380cce86f529.zip
BROKEN on alpha: Does not compile
Notes
Notes: svn path=/head/; revision=103172
Diffstat (limited to 'audio/glame')
-rw-r--r--audio/glame/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile
index 5cd427718148..1107bf8b36f7 100644
--- a/audio/glame/Makefile
+++ b/audio/glame/Makefile
@@ -31,6 +31,12 @@ INSTALLS_SHLIB= yes
INFO= glame glame-dev
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
post-extract:
@cd ${WRKSRC}/doc && ${RM} -f *.info*
@@ -40,4 +46,4 @@ post-patch:
@${GREP} -lR "<values\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|<values\.h>|<limits.h>|'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>