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-ab | |
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
Diffstat (limited to 'lang/dylan/files/patch-ab')
-rw-r--r-- | lang/dylan/files/patch-ab | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/lang/dylan/files/patch-ab b/lang/dylan/files/patch-ab index 7b720d86e401..da1ff6a37abb 100644 --- a/lang/dylan/files/patch-ab +++ b/lang/dylan/files/patch-ab @@ -1,11 +1,29 @@ ---- mindy/comp/Makefile.in.orig Fri May 9 20:45:36 1997 -+++ mindy/comp/Makefile.in Sun Jul 12 00:32:35 1998 -@@ -147,7 +147,7 @@ - - lexer-tab.o: ${SRCDIR}/lexer-tab.c ${SRCDIR}/lexer.h ${SRCDIR}/src.h \ - ${SRCDIR}/parser-tab.h -- ${CC} -c ${CFLAGS} ${SRCDIR}/lexer-tab.c -+ ${CC} -c -D_ANSI_SOURCE ${CFLAGS} ${SRCDIR}/lexer-tab.c - - literal.o: ${SRCDIR}/literal.c ${SRCDIR}/../compat/std-c.h ${SRCDIR}/mindycomp.h \ - ${SRCDIR}/literal.h ${SRCDIR}/lose.h +--- configure~ Tue Apr 20 10:16:07 1999 ++++ configure Tue Apr 20 10:16:42 1999 +@@ -772,7 +772,7 @@ + hppa*-hp-hpux*) d2c_build=hppa-hpux ;; + sparc*-solaris*) d2c_build=sparc-solaris ;; + i*86-*-freebsd2*) d2c_build=x86-freebsd-aout ;; +- i*86-*-freebsd3*) d2c_build=x86-freebsd-elf ;; ++ i*86-*-freebsd*) d2c_build=x86-freebsd-elf ;; + i*86-pc-cygwin32) d2c_build=x86-win32-gcc ;; + i*86-pc-none) d2c_build=x86-win32-vc ;; + *) d2c_build=unknown-unix ;; +@@ -789,7 +789,7 @@ + hppa*-hp-hpux*) d2c_host=hppa-hpux ;; + sparc*-solaris*) d2c_host=sparc-solaris ;; + i*86-*-freebsd2*) d2c_host=x86-freebsd-aout ;; +- i*86-*-freebsd3*) d2c_host=x86-freebsd-elf ;; ++ i*86-*-freebsd*) d2c_host=x86-freebsd-elf ;; + i*86-pc-cygwin32) d2c_host=x86-win32-gcc ;; + i*86-pc-none) d2c_host=x86-win32-vc ;; + *) d2c_host=unknown-unix ;; +@@ -806,7 +806,7 @@ + hppa*-hp-hpux*) d2c_target=hppa-hpux ;; + sparc*-solaris*) d2c_target=sparc-solaris ;; + i*86-*-freebsd2*) d2c_target=x86-freebsd-aout ;; +- i*86-*-freebsd3*) d2c_target=x86-freebsd-elf ;; ++ i*86-*-freebsd*) d2c_target=x86-freebsd-elf ;; + i*86-pc-cygwin32) d2c_target=x86-win32-gcc ;; + i*86-pc-none) d2c_target=x86-win32-vc ;; + *) d2c_target=unknown-unix ;; |