1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/abs/files/patch-ac

15 lines
370 B
Plaintext
Raw Normal View History

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