1996-02-10 20:33:09 +00:00
|
|
|
--- Makefile.config.orig Sat Jan 13 11:11:45 1996
|
|
|
|
+++ Makefile.config Mon Feb 5 17:44:39 1996
|
1996-02-11 03:08:21 +00:00
|
|
|
@@ -15,18 +15,19 @@
|
1996-02-10 20:33:09 +00:00
|
|
|
# Extra flags for C compiler
|
|
|
|
# This can include things like -I and -L if your include files or
|
|
|
|
# libraries are in non-standard places.
|
|
|
|
+# For FreeBSD, need -DHAVE_PARAM_H
|
|
|
|
#CFLAGS2 =
|
|
|
|
-CFLAGS2 = -Wno-unused
|
1996-02-11 03:08:21 +00:00
|
|
|
+CFLAGS2 = -Wno-unused -DHAVE_PARAM_H -I${X11BASE}/include
|
1996-02-10 20:33:09 +00:00
|
|
|
|
|
|
|
# Extra flags for C++ compiler
|
|
|
|
# This can include things like -I and -L if your include files or
|
|
|
|
# libraries are in non-standard places.
|
|
|
|
#CXXFLAGS2 =
|
|
|
|
-CXXFLAGS2 = -Wno-unused
|
1996-02-11 03:08:21 +00:00
|
|
|
+CXXFLAGS2 = -Wno-unused -I${X11BASE}/include
|
1996-02-10 20:33:09 +00:00
|
|
|
|
|
|
|
# Any flags necessary to link in libX11.
|
|
|
|
#XLIBS = -lX11
|
1996-02-11 03:08:21 +00:00
|
|
|
-XLIBS = -L/usr/X11/lib -lX11
|
|
|
|
+XLIBS = -L${X11BASE}/lib -lX11
|
|
|
|
#XLIBS = -lX11-mit
|
|
|
|
|
|
|
|
# Different versions of make have different C++ rules.
|