mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4b4269a104
PR: 9326 Submitted by: maintainer
21 lines
649 B
Plaintext
21 lines
649 B
Plaintext
--- 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.0 -I$(LOCALBASE)/include/tk8.0
|
|
|
|
# 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.
|