aboutsummaryrefslogtreecommitdiff
path: root/graphics/glfw
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:37:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:37:58 +0000
commita0f20ec5790258f87194b298d17ecc9c541b5b1a (patch)
treeabe133697429d160bffba31ec51b72be5df8d16d /graphics/glfw
parent340ac1d5650ba5e1277021b518542c74ea3c0d66 (diff)
BROKEN on alpha 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=102072
Diffstat (limited to 'graphics/glfw')
-rw-r--r--graphics/glfw/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile
index 3e97b9581817..8735180b5a10 100644
--- a/graphics/glfw/Makefile
+++ b/graphics/glfw/Makefile
@@ -17,6 +17,12 @@ USE_X_PREFIX= yes
USE_GL= yes
ALL_TARGET= x11
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+BROKEN= "Does not compile on alpha 5.x"
+.endif
+
do-configure:
@(cd ${WRKSRC} && \
${SETENV} CC="${CC}" \
@@ -38,4 +44,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/docs/*.pdf ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>