aboutsummaryrefslogtreecommitdiff
path: root/lang/squeak2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/squeak2/files/patch-aa')
-rw-r--r--lang/squeak2/files/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/squeak2/files/patch-aa b/lang/squeak2/files/patch-aa
new file mode 100644
index 000000000000..3eb64bcdf6ec
--- /dev/null
+++ b/lang/squeak2/files/patch-aa
@@ -0,0 +1,24 @@
+*** /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