summaryrefslogtreecommitdiff
path: root/lang/dylan-interpreter/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/dylan-interpreter/patches/patch-ac')
-rw-r--r--lang/dylan-interpreter/patches/patch-ac34
1 files changed, 0 insertions, 34 deletions
diff --git a/lang/dylan-interpreter/patches/patch-ac b/lang/dylan-interpreter/patches/patch-ac
deleted file mode 100644
index 16087f661b2..00000000000
--- a/lang/dylan-interpreter/patches/patch-ac
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2002/01/16 11:52:45 agc Exp $
-
---- configure 2002/01/14 11:36:51 1.1
-+++ configure 2002/01/14 11:37:48
-@@ -973,6 +973,9 @@
- sparc*-openbsd*) d2c_build=sparc-openbsd-gcc ;;
- i*86-*-freebsd2.*) d2c_build=x86-freebsd-aout-gcc ;;
- i*86-*-freebsd*) d2c_build=x86-freebsd-elf-gcc ;;
-+ i*86-*-netbsd*) d2c_build=x86-netbsd-gcc ;;
-+ powerpc-*-netbsd*) d2c_build=ppc-netbsd-gcc ;;
-+ sparc*-*-netbsd*) d2c_build=sparc-netbsd-gcc ;;
- i*86-pc-cygwin*) d2c_build=x86-cygnus-gcc ;;
- i*86-pc-none) d2c_build=x86-win32-vc ;;
- i*86-pc-beos) d2c_build=x86-beos-gcc ;;
-@@ -998,6 +999,9 @@
- sparc*-openbsd*) d2c_host=sparc-openbsd-gcc ;;
- i*86-*-freebsd2.*) d2c_host=x86-freebsd-aout-gcc ;;
- i*86-*-freebsd*) d2c_host=x86-freebsd-elf-gcc ;;
-+ i*86-*-netbsd*) d2c_host=x86-netbsd-gcc ;;
-+ powerpc-*-netbsd*) d2c_host=ppc-netbsd-gcc ;;
-+ sparc*-*-netbsd*) d2c_host=sparc-netbsd-gcc ;;
- i*86-pc-cygwin*) d2c_host=x86-cygnus-gcc ;;
- i*86-pc-none) d2c_host=x86-win32-vc ;;
- i*86-pc-beos) d2c_host=x86-beos-gcc ;;
-@@ -1040,6 +1042,9 @@
- sparc*-openbsd*) d2c_target=sparc-openbsd-gcc ;;
- i*86-*-freebsd2.*) d2c_target=x86-freebsd-aout-gcc ;;
- i*86-*-freebsd*) d2c_target=x86-freebsd-elf-gcc ;;
-+ i*86-*-netbsd*) d2c_target=x86-netbsd-gcc ;;
-+ powerpc-*-netbsd*) d2c_target=ppc-netbsd-gcc ;;
-+ sparc*-*-netbsd*) d2c_target=sparc-netbsd-gcc ;;
- i*86-pc-cygwin*) d2c_target=x86-cygnus-gcc ;;
- i*86-pc-none) d2c_target=x86-win32-vc ;;
- i*86-pc-beos) d2c_target=x86-beos-gcc ;;