1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/deskutils/abacus/files/patch-aa

21 lines
649 B
Plaintext
Raw Normal View History

--- Makefile.options Tue Oct 20 20:19:08 1998
+++ /home/andy/tmp/wrk/Makefile.options Tue Jan 5 17:08:02 1999
@@ -18,7 +18,7 @@
LEX = flex
# Favourite flags for favourite compiler
-CCFLAGS = -g
+CCFLAGS = $(CFLAGS)
# Please don't change the next three lines unless you know what you are doing..
AROPTIONS = rc
@@ -26,7 +26,7 @@
LIBDIR = ../lib
# Add extra include dirs here
-IFLAGS = -I$(IDIR)
+IFLAGS = -I$(IDIR) -I$(X11BASE)/include -I$(LOCALBASE)/include/tcl8.2 -I$(LOCALBASE)/include/tk8.2
# Add extra directories where you want the abacus to search for libraries here
LFLAGS = -L/usr/local/lib -L/usr/X11R6/lib -L$(LIBDIR) -L.