diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-21 06:52:10 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-21 06:52:10 +0000 |
commit | 2a0f68dc16e91b1a1995b105c1a65b0cda804784 (patch) | |
tree | b268211f91864119b9ac77b175c3e818379f1f91 /lang/dylan/files/patch-ac | |
parent | Change depend from gtk10 to gtk12 in an attempt to phase out the gtk10 port. (diff) |
Update from 2.0 to 2.2
Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my
k6-2 333 can compile this port. It was *NOT* fun to test this port.
Maybe someone else (with a super fast computer) could make sure
everything works. This port does pass the make install deinstall
reinstall package deinstall test though so I assume everything
is fine.
PR: 11242
Submitted by: maintainer with fixes by me
Notes
Notes:
svn path=/head/; revision=18044
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 ;; |