aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-04-17 08:29:45 +0800
committerahze <ahze@FreeBSD.org>2006-04-17 08:29:45 +0800
commit2cb67b940b0402cd9bc438495a7edce0824cb030 (patch)
tree9c94a56ac2358705912a6fba1d25a750e7e697d3 /deskutils
parent123d08d5c9294724b2433e6c4158a2486669a740 (diff)
downloadfreebsd-ports-gnome-2cb67b940b0402cd9bc438495a7edce0824cb030.tar.gz
freebsd-ports-gnome-2cb67b940b0402cd9bc438495a7edce0824cb030.tar.zst
freebsd-ports-gnome-2cb67b940b0402cd9bc438495a7edce0824cb030.zip
- Mark IGNORE on sparc64
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/lightning-thunderbird/Makefile4
-rw-r--r--deskutils/lightning/Makefile4
-rw-r--r--deskutils/sunbird/Makefile4
3 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/lightning-thunderbird/Makefile b/deskutils/lightning-thunderbird/Makefile
index f3fb7aaa88b5..f1ab524b4747 100644
--- a/deskutils/lightning-thunderbird/Makefile
+++ b/deskutils/lightning-thunderbird/Makefile
@@ -42,6 +42,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
BROKEN= does not build
.endif
+.if ${ARCH}=="sparc64"
+IGNORE= core dumps on ${ARCH}
+.endif
+
.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
.endif
diff --git a/deskutils/lightning/Makefile b/deskutils/lightning/Makefile
index f3fb7aaa88b5..f1ab524b4747 100644
--- a/deskutils/lightning/Makefile
+++ b/deskutils/lightning/Makefile
@@ -42,6 +42,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
BROKEN= does not build
.endif
+.if ${ARCH}=="sparc64"
+IGNORE= core dumps on ${ARCH}
+.endif
+
.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
.endif
diff --git a/deskutils/sunbird/Makefile b/deskutils/sunbird/Makefile
index f3fb7aaa88b5..f1ab524b4747 100644
--- a/deskutils/sunbird/Makefile
+++ b/deskutils/sunbird/Makefile
@@ -42,6 +42,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar
BROKEN= does not build
.endif
+.if ${ARCH}=="sparc64"
+IGNORE= core dumps on ${ARCH}
+.endif
+
.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
.endif