summaryrefslogtreecommitdiffstats
path: root/lang/squeak2/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-10 09:31:49 +0000
committerasami <asami@FreeBSD.org>1997-06-10 09:31:49 +0000
commit80a17bf8e7821b4e09061af7988b41c7d08932c0 (patch)
tree34f003570bce14a5cae7f6ad77a941f1cc6c43db /lang/squeak2/files
parente78a71580f5915809c5c1df3ab95346db8b4a46d (diff)
downloadFreeBSD-ports-80a17bf8e7821b4e09061af7988b41c7d08932c0.zip
FreeBSD-ports-80a17bf8e7821b4e09061af7988b41c7d08932c0.tar.gz
A smalltalk system with a graphical user interface.
PR: 3458 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
Diffstat (limited to 'lang/squeak2/files')
-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 0000000..3eb64bc
--- /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
OpenPOWER on IntegriCloud