diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:37:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:37:58 +0000 |
commit | a0f20ec5790258f87194b298d17ecc9c541b5b1a (patch) | |
tree | abe133697429d160bffba31ec51b72be5df8d16d /graphics/glfw | |
parent | 340ac1d5650ba5e1277021b518542c74ea3c0d66 (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/Makefile | 8 |
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> |