aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-05 19:15:44 +0800
committerkris <kris@FreeBSD.org>2004-03-05 19:15:44 +0800
commit70fb455c6ebe35cae4961e2d9d490d31a2c5e083 (patch)
tree0fb906d9fd2fec0416393c5fe2c9d094dcb83b45 /science
parent91a3253cdf183745688bad6b52613729a9c076a4 (diff)
downloadfreebsd-ports-gnome-70fb455c6ebe35cae4961e2d9d490d31a2c5e083.tar.gz
freebsd-ports-gnome-70fb455c6ebe35cae4961e2d9d490d31a2c5e083.tar.zst
freebsd-ports-gnome-70fb455c6ebe35cae4961e2d9d490d31a2c5e083.zip
BROKEN on alpha: Does not compile
Diffstat (limited to 'science')
-rw-r--r--science/glens/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/glens/Makefile b/science/glens/Makefile
index 1b65ff7ded7e..33fb1c7167ab 100644
--- a/science/glens/Makefile
+++ b/science/glens/Makefile
@@ -26,6 +26,12 @@ CONFIGURE_ARGS= --with-glui=${X11BASE}
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
's|-O6||g ; \
@@ -37,4 +43,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/cfg/*.cgf ${EXAMPLESDIR}/cfg
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>