mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c19e9bbcd8
PR: 21643 Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
--- Makefile.orig Sun Sep 24 18:33:49 2000
|
|
+++ Makefile Sun Sep 24 18:34:49 2000
|
|
@@ -21,7 +21,7 @@
|
|
# Include machine/platform specific information
|
|
include machdef.mk
|
|
|
|
-CFLAGS=-I. $(TCL_INCLUDE) $(X_INCLUDE) $(OPTIONS) $(MACHINESPEC)
|
|
+CFLAGS+=-I. $(TCL_INCLUDE) ${TK_INCLUDE} $(X_INCLUDE) $(OPTIONS) $(MACHINESPEC)
|
|
|
|
OBJECTS = \
|
|
e93.o \
|