aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-opera-devel
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-11-27 05:56:04 +0800
committermezz <mezz@FreeBSD.org>2005-11-27 05:56:04 +0800
commit50ed907634016e8654a5e7c231c0ccb707b93c1c (patch)
tree99b237ca049cfbabb2652637c12cf7cef561b6a0 /www/linux-opera-devel
parent4d2932ac619950554fdafb8e390036b0b1d2716a (diff)
downloadfreebsd-ports-gnome-50ed907634016e8654a5e7c231c0ccb707b93c1c.tar.gz
freebsd-ports-gnome-50ed907634016e8654a5e7c231c0ccb707b93c1c.tar.zst
freebsd-ports-gnome-50ed907634016e8654a5e7c231c0ccb707b93c1c.zip
Add support for amd64; it runs flawless on amd64 linux32-emulation.
PR: ports/89560 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
Diffstat (limited to 'www/linux-opera-devel')
-rw-r--r--www/linux-opera-devel/Makefile2
-rw-r--r--www/linux-opera-devel/files/patch-install.sh18
2 files changed, 16 insertions, 4 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile
index a8c5b3b33fc5..098dab6a3146 100644
--- a/www/linux-opera-devel/Makefile
+++ b/www/linux-opera-devel/Makefile
@@ -35,7 +35,7 @@ WANT_GNOME= yes
USE_LINUX= yes
USE_REINPLACE= yes
USE_X_PREFIX= yes
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
diff --git a/www/linux-opera-devel/files/patch-install.sh b/www/linux-opera-devel/files/patch-install.sh
index f67bacb8d954..d2dd05aa3074 100644
--- a/www/linux-opera-devel/files/patch-install.sh
+++ b/www/linux-opera-devel/files/patch-install.sh
@@ -1,8 +1,20 @@
--- install.sh.orig Mon Nov 14 07:48:04 2005
-+++ install.sh Tue Nov 22 14:15:02 2005
-@@ -759,10 +759,9 @@
++++ install.sh Sat Nov 26 15:53:03 2005
+@@ -381,7 +381,7 @@
+ mvv='' # SunOS mv (no -v verbose option)
+ ;;
+
+- i[3456]86:FreeBSD|i[3456]86:NetBSD)
++ i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD)
+ cpf='-f'
+ if test "$verbose" -gt '1'
+ then
+@@ -757,12 +757,11 @@
+ debug_msg 0 "in generate_wrapper()"
+
case "${machine}:${os}" in
- i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
+- i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
++ i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
wrapper_ibmjava="
- IBMJava2-142/jre \\
- IBMJava2-141/jre \\