diff options
Diffstat (limited to 'emulators/twin/files/patch-configure.in')
-rw-r--r-- | emulators/twin/files/patch-configure.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/emulators/twin/files/patch-configure.in b/emulators/twin/files/patch-configure.in deleted file mode 100644 index 4bb4b472948a..000000000000 --- a/emulators/twin/files/patch-configure.in +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.in.orig Fri Aug 1 23:23:48 2003 -+++ configure.in Fri Aug 1 23:27:42 2003 -@@ -131,6 +131,10 @@ - TARGET=sunos - ;; - -+ alpha-*-freebsd* ) -+ TARGET=freebsd -+ ;; -+ - alpha-*-linux* ) - TARGET=linux - ;; -@@ -143,7 +147,7 @@ - TARGET=sco - ;; - -- i*86-unknown-freebsd* ) -+ i*86-*-freebsd* ) - TARGET=freebsd - ;; - -@@ -153,6 +157,10 @@ - - i*86-*-cygwin* ) - TARGET=cygwin -+ ;; -+ -+ powerpc-*-freebsd* ) -+ TARGET=freebsd - ;; - - powerpc-*-linux* ) |