mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
2d880fc89c
A free spreadsheet with a graphical user interface. PR: 9616 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
--- TextField-1.0/Makefile.orig Mon Jan 25 00:39:18 1999
|
|
+++ TextField-1.0/Makefile Mon Jan 25 00:40:01 1999
|
|
@@ -1,9 +1,9 @@
|
|
# Makefile for widget demo programs
|
|
|
|
ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm
|
|
-CFLAGS = $(DEFINES) $(CDEBUGFLAGS)
|
|
+CFLAGS += $(DEFINES) $(CDEBUGFLAGS)
|
|
CDEBUGFLAGS =
|
|
-DEFINES =
|
|
+DEFINES = -I$(X11BASE)/include
|
|
RM = rm -f
|
|
|
|
WIDGET = TextField
|