summaryrefslogtreecommitdiff
path: root/emulators/twin/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-08-10 06:35:00 +0000
committerobache <obache@pkgsrc.org>2008-08-10 06:35:00 +0000
commit569bda8eb93aa622d2bbd856d43be0f4f22054d4 (patch)
tree247a3a3921a454296ffdd9c8b277ddd58d87b74a /emulators/twin/patches
parent621e07a56c76f743b5c37dbcaaab736bcff7f696 (diff)
downloadpkgsrc-569bda8eb93aa622d2bbd856d43be0f4f22054d4.tar.gz
Allow to accept FreeBSD/i386.
Patch provided by Aleksej Saushev in PR 38788.
Diffstat (limited to 'emulators/twin/patches')
-rw-r--r--emulators/twin/patches/patch-aa13
-rw-r--r--emulators/twin/patches/patch-ap9
2 files changed, 16 insertions, 6 deletions
diff --git a/emulators/twin/patches/patch-aa b/emulators/twin/patches/patch-aa
index e3a48882783..d0dc78bc617 100644
--- a/emulators/twin/patches/patch-aa
+++ b/emulators/twin/patches/patch-aa
@@ -1,8 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2006/01/15 19:20:59 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2008/08/10 06:35:00 obache Exp $
---- configure.in.orig Sun Jan 14 08:23:50 2001
-+++ configure.in Fri Apr 5 22:31:14 2002
-@@ -147,6 +147,14 @@ case "$host" in
+--- configure.in.orig 2001-01-14 08:23:50.000000000 +0000
++++ configure.in
+@@ -143,10 +143,18 @@ case "$host" in
+ TARGET=sco
+ ;;
+
+- i*86-unknown-freebsd* )
++ i*86-*-freebsd* )
TARGET=freebsd
;;
diff --git a/emulators/twin/patches/patch-ap b/emulators/twin/patches/patch-ap
index de4f52a682d..24129d9f470 100644
--- a/emulators/twin/patches/patch-ap
+++ b/emulators/twin/patches/patch-ap
@@ -1,8 +1,13 @@
-$NetBSD: patch-ap,v 1.1 2006/02/17 19:25:24 wiz Exp $
+$NetBSD: patch-ap,v 1.2 2008/08/10 06:35:00 obache Exp $
--- configure.orig 2001-01-14 08:25:13.000000000 +0000
+++ configure
-@@ -830,6 +830,14 @@ case "$host" in
+@@ -826,10 +826,18 @@ case "$host" in
+ TARGET=sco
+ ;;
+
+- i*86-unknown-freebsd* )
++ i*86-*-freebsd* )
TARGET=freebsd
;;