1996-05-30 11:11:14 +00:00
|
|
|
--- Makefile.config.dist Fri May 24 12:29:32 1996
|
|
|
|
+++ Makefile.config Wed May 29 13:23:06 1996
|
|
|
|
@@ -81,7 +81,7 @@
|
|
|
|
#------------------------------------------------------------------------
|
1996-05-04 01:42:32 +00:00
|
|
|
|
1996-05-30 11:11:14 +00:00
|
|
|
# This will work for most systems:
|
|
|
|
-CFLAGS2 = -O2 -Wall
|
|
|
|
+#CFLAGS2 = -O2 -Wall
|
1996-05-04 01:42:32 +00:00
|
|
|
|
1996-05-30 11:11:14 +00:00
|
|
|
# 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
|
1996-05-04 01:42:32 +00:00
|
|
|
|
1996-05-30 11:11:14 +00:00
|
|
|
# For official FreeBSD port (using the FreeBSD makefiles):
|
|
|
|
-#CFLAGS2 = -O2 -Wall -I$(X11BASE)/include -Wno-unused
|
|
|
|
+CFLAGS2 = -O2 -Wall -I$(X11BASE)/include -Wno-unused
|
1996-05-04 01:42:32 +00:00
|
|
|
|
|
|
|
# For Solaris:
|
1996-05-30 11:11:14 +00:00
|
|
|
#CFLAGS2 = -O2 -Wall -I/usr/openwin/include
|
|
|
|
@@ -110,13 +110,13 @@
|
1996-05-04 01:42:32 +00:00
|
|
|
#------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# For most systems, just grab the X library:
|
|
|
|
-XLIBS = -lX11
|
|
|
|
+#XLIBS = -lX11
|
|
|
|
|
1996-05-30 11:11:14 +00:00
|
|
|
# For Linux/FreeBSD/NetBSD systems using XFree86:
|
|
|
|
#XLIBS = -L/usr/X11R6/lib -lX11
|
1996-05-04 01:42:32 +00:00
|
|
|
|
1996-05-30 11:11:14 +00:00
|
|
|
# For official FreeBSD port (using the FreeBSD makefiles):
|
1996-05-04 01:42:32 +00:00
|
|
|
-#XLIBS = -L$(X11BASE)/lib -lX11
|
|
|
|
+XLIBS = -L$(X11BASE)/lib -lX11
|
|
|
|
|
|
|
|
# For Solaris:
|
|
|
|
#XLIBS = -L/usr/openwin/lib -lX11 -lnsl -lsocket
|