1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/squeak3/files/patch-aa
Satoshi Asami 112cdcc946 A smalltalk system with a graphical user interface.
PR:		3458
Submitted by:	Roland Jesse <jesse@cs.uni-magdeburg.de>
1997-06-10 09:31:49 +00:00

25 lines
522 B
Plaintext

*** /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