aboutsummaryrefslogtreecommitdiff
path: root/games/adgali
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 08:06:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 08:06:26 +0000
commit41894f003307118daa035b197a6539bd4f9e89cc (patch)
treef73ca0cf8b59830e04f0ea919ca216e41c07f500 /games/adgali
parent4857d67313d15b09e0eb7e78bbcf35759b2c8544 (diff)
downloadports-41894f003307118daa035b197a6539bd4f9e89cc.tar.gz
ports-41894f003307118daa035b197a6539bd4f9e89cc.zip
Notes
Diffstat (limited to 'games/adgali')
-rw-r--r--games/adgali/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile
index 479ead3b4455..2a3bcc1457ae 100644
--- a/games/adgali/Makefile
+++ b/games/adgali/Makefile
@@ -31,6 +31,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+BROKEN= "Configure fails"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-O3 ||g' ${WRKSRC}/configure
@@ -41,4 +47,4 @@ post-install:
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>