diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-12-03 04:35:45 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-12-03 04:35:45 +0000 |
commit | 36c67cc873acc5dd0733eedab0d621c711be20a3 (patch) | |
tree | 183000212264fe0d0a01b476766aaa88c44c2c76 /lang/squeak3/files/patch-aa | |
parent | Mark this broken while nectar works on upgrade after repo copy. (diff) |
Update squeak to version 2.2.
Diffstat (limited to 'lang/squeak3/files/patch-aa')
-rw-r--r-- | lang/squeak3/files/patch-aa | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lang/squeak3/files/patch-aa b/lang/squeak3/files/patch-aa deleted file mode 100644 index 3eb64bcdf6ec..000000000000 --- a/lang/squeak3/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -*** /usr/ports/lang/squeak/work/Squeak-1.18/src/Makefile Sun Jan 19 00:29:00 1997 ---- Makefile Fri Apr 25 18:12:29 1997 -*************** -*** 23,32 **** - - CC= gcc - LD= gcc -! CCFLAGS= -O3 -funroll-loops -g - LDFLAGS= -! LIBS= -lX11 -lm -! INCLUDE= - - # top-level targets -- default is to build just the VM - ---- 23,32 ---- - - CC= gcc - LD= gcc -! CCFLAGS= -O2 -funroll-loops - LDFLAGS= -! LIBS= -L${X11BASE}/lib -lX11 -lm -! INCLUDE= -I${X11BASE}/include - - # top-level targets -- default is to build just the VM |