aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2009-05-10 07:28:28 +0800
committerglarkin <glarkin@FreeBSD.org>2009-05-10 07:28:28 +0800
commitf1ed9b88d3ea544a2beea0ad192207e226735959 (patch)
tree8fa2f70132007a82a1e10b2d18606997f7ee8495
parent1529ab2608abc9017d5c46e695ab8dd79a33c280 (diff)
downloadfreebsd-ports-gnome-f1ed9b88d3ea544a2beea0ad192207e226735959.tar.gz
freebsd-ports-gnome-f1ed9b88d3ea544a2beea0ad192207e226735959.tar.zst
freebsd-ports-gnome-f1ed9b88d3ea544a2beea0ad192207e226735959.zip
- Prevent package building on i386/6.x pointyhat, due to lack of required
CPU SSE instruction set. - Bumped PORTREVISION Suggested by: erwin
-rw-r--r--lang/ikarus/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/ikarus/Makefile b/lang/ikarus/Makefile
index 1c9a1de206d8..f6765d26b5fb 100644
--- a/lang/ikarus/Makefile
+++ b/lang/ikarus/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ikarus
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://www.ikarus-scheme.org/ \
LOCAL/glarkin
@@ -31,6 +32,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in \
${FILESDIR}/extra-patch-doc__Makefile.in
.endif
+.if ${OSVERSION} < 700000
+NO_PACKAGE= Pointyhat cluster CPUs do not support required SSE instruction set
+.endif
+
.if ${OSVERSION} < 700042
USE_GCC= 4.2+
.endif