diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 09:31:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 09:31:49 +0000 |
commit | 112cdcc946cca6379fb89966c2e9e6c7576b52c5 (patch) | |
tree | 4bf49ca4b30319a4943833919ffd459bc447b538 /lang/squeak1/files | |
parent | Added mpd. (diff) |
A smalltalk system with a graphical user interface.
PR: 3458
Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
Notes
Notes:
svn path=/head/; revision=6838
Diffstat (limited to 'lang/squeak1/files')
-rw-r--r-- | lang/squeak1/files/patch-aa | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/squeak1/files/patch-aa b/lang/squeak1/files/patch-aa new file mode 100644 index 000000000000..3eb64bcdf6ec --- /dev/null +++ b/lang/squeak1/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 |