diff options
Diffstat (limited to 'lang/dylan/files/patch-ac')
-rw-r--r-- | lang/dylan/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/dylan/files/patch-ac b/lang/dylan/files/patch-ac new file mode 100644 index 000000000000..75978ee36e1c --- /dev/null +++ b/lang/dylan/files/patch-ac @@ -0,0 +1,11 @@ +--- configure.in~ Tue Apr 20 10:15:59 1999 ++++ configure.in Tue Apr 20 10:16:25 1999 +@@ -69,7 +69,7 @@ + hppa*-hp-hpux*) $2=hppa-hpux ;; + sparc*-solaris*) $2=sparc-solaris ;; + i*86-*-freebsd2*) $2=x86-freebsd-aout ;; +- i*86-*-freebsd3*) $2=x86-freebsd-elf ;; ++ i*86-*-freebsd*) $2=x86-freebsd-elf ;; + i*86-pc-cygwin32) $2=x86-win32-gcc ;; + i*86-pc-none) $2=x86-win32-vc ;; + *) $2=unknown-unix ;; |