mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
493c7ec4b9
Also install man pages, for what it's worth.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
--- 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
|