From 4fbc58c5d82b26a422044b3d00c8ee1353c5eae7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 25 Feb 2004 10:18:17 +0000 Subject: BROKEN on alpha 5.x: Does not compile --- editors/gxedit/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 7e0f2aff6412..532272787473 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -21,6 +21,12 @@ USE_GNOME= gtk12 ALL_TARGET= gxedit +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on alpha 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/config.h @@ -41,4 +47,4 @@ do-install: .endfor .endif -.include +.include -- cgit v1.2.3