blob: df5951edfcdea7c3cd2603200f98ef59ad5fc326 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
--- Makefile.config.dist Fri May 24 12:29:32 1996
+++ Makefile.config Wed May 29 13:23:06 1996
@@ -81,7 +81,7 @@
#------------------------------------------------------------------------
# This will work for most systems:
-CFLAGS2 = -O2 -Wall
+#CFLAGS2 = -O2 -Wall
# If you're using g++ 2.7.x, you'll want to use -Wno-unused:
#CFLAGS2 = -O2 -Wall -Wno-unused
@@ -90,7 +90,7 @@
#CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused
# For official FreeBSD port (using the FreeBSD makefiles):
-#CFLAGS2 = -O2 -Wall -I$(X11BASE)/include -Wno-unused
+CFLAGS2 = -O2 -Wall -I$(X11BASE)/include -Wno-unused
# For Solaris:
#CFLAGS2 = -O2 -Wall -I/usr/openwin/include
@@ -110,13 +110,13 @@
#------------------------------------------------------------------------
# For most systems, just grab the X library:
-XLIBS = -lX11
+#XLIBS = -lX11
# For Linux/FreeBSD/NetBSD systems using XFree86:
#XLIBS = -L/usr/X11R6/lib -lX11
# For official FreeBSD port (using the FreeBSD makefiles):
-#XLIBS = -L$(X11BASE)/lib -lX11
+XLIBS = -L$(X11BASE)/lib -lX11
# For Solaris:
#XLIBS = -L/usr/openwin/lib -lX11 -lnsl -lsocket
|