aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-12-10 15:35:19 +0800
committerlinimon <linimon@FreeBSD.org>2008-12-10 15:35:19 +0800
commit5dba952df544cb22578a4420dc76372bf8c11096 (patch)
tree63368d4aae4db9efc2ca032511e7db5f40e56105 /www
parent812b68b187731c45d5704e2e36d4a4d9ad5606b7 (diff)
downloadfreebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.tar.gz
freebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.tar.zst
freebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.zip
Mark as broken on sparc64.
Hat: portmgr
Diffstat (limited to 'www')
-rw-r--r--www/firefox3/Makefile4
-rw-r--r--www/webkit-gtk2/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile
index 48a76c22f815..e35f9a66866c 100644
--- a/www/firefox3/Makefile
+++ b/www/firefox3/Makefile
@@ -72,6 +72,10 @@ MOZ_OPTIONS+= --disable-dbus
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
post-extract::
@${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
-e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 8de8677ab045..8b52e2a12748 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -43,6 +43,10 @@ MAKEFILE= GNUmakefile
IGNORE= Does not build
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|autoconf|${AUTOCONF}|g ; \
s|automake|${AUTOMAKE}|g ; s|aclocal|${ACLOCAL}|g ; \