summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 02:02:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 02:02:24 +0000
commit70a3e42a78a5481c021a718d6c5b7dd641254385 (patch)
treea08b22464679fb218cfaaeef009940e2c3c65749 /math
parentBROKEN on 5.x: Broken pkg-plist (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118408
Diffstat (limited to 'math')
-rw-r--r--math/pari-devel/Makefile4
-rw-r--r--math/pari/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/math/pari-devel/Makefile b/math/pari-devel/Makefile
index 5cd13e29e8d9..65410939cb2e 100644
--- a/math/pari-devel/Makefile
+++ b/math/pari-devel/Makefile
@@ -34,6 +34,10 @@ MLINKS= gp.1 pari.1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
HAVE_EMACS!= ${WHICH} emacs || ${ECHO} nope
.if ${HAVE_EMACS} != "nope"
PLIST= ${PKGDIR}/pkg-plist.emacs
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 4864c6fd8d56..e05a21f1321a 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -37,6 +37,10 @@ PLIST= ${PKGDIR}/pkg-plist.emacs
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif