aboutsummaryrefslogtreecommitdiff
path: root/www/flock/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-07-06 01:30:50 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-07-06 01:30:50 +0000
commit01e77177074b90f2db715fcecfa66be18e1ca78b (patch)
tree9eeb2f03a311b57350d656f8e018ddc93c298f3b /www/flock/Makefile
parent33c24fdd2c44bdf704e1f42b658e1deae1ab50d3 (diff)
downloadports-01e77177074b90f2db715fcecfa66be18e1ca78b.tar.gz
ports-01e77177074b90f2db715fcecfa66be18e1ca78b.zip
- Add sparc64 support
Notes
Notes: svn path=/head/; revision=167029
Diffstat (limited to 'www/flock/Makefile')
-rw-r--r--www/flock/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile
index f3dd0ac83de2..190ae4fb7a5b 100644
--- a/www/flock/Makefile
+++ b/www/flock/Makefile
@@ -52,10 +52,14 @@ OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 || ${ARCH}=="sparc64"
+.if ${ARCH}=="alpha" || ${ARCH}=="ia64"
IGNORE= core dumps on ${ARCH}
.endif
+.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101
+IGNORE= core dumps on ${ARCH}, need kern.osrelverdate>=601101
+.endif
+
.if ${OSVERSION} >= 600000
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
.endif