mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7e4a33362e
PR: 3599 Submitted by: Vanill Ice <vanilla@Minje.Com.TW>
19 lines
568 B
Plaintext
19 lines
568 B
Plaintext
--- ./Makefiles/Makefile.freebsd.org Mon May 19 23:59:20 1997
|
|
+++ ./Makefiles/Makefile.freebsd Tue May 20 00:01:05 1997
|
|
@@ -2,11 +2,11 @@
|
|
# It has been tested under FreeBSD 2.1.5.
|
|
|
|
# Change this if you have this stuff somewhere else.
|
|
-TCLINC = /usr/local/lib/tcl7.6
|
|
-TKINC = /usr/local/lib/tk4.2
|
|
-X11INC = /usr/X11/include
|
|
+TCLINC = /usr/local/include/tcl7.6
|
|
+TKINC = /usr/local/include/tk4.2
|
|
+X11INC = /usr/X11R6/include
|
|
|
|
-CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)
|
|
+CFLAGS += -Wall -fpic -DPIC -I$(TCLINC) -I$(TKINC) -I$(X11INC)
|
|
|
|
CC = gcc
|
|
|