1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/xpdf/files/patch-ab
Satoshi Asami 224d847c4e Upgrade, 0.3 -> 0.4.
Submitted by:	chuckr@Glue.umd.edu
1996-05-04 01:42:32 +00:00

35 lines
918 B
Plaintext

--- Makefile.config.orig Wed May 1 17:36:22 1996
+++ Makefile.config Wed May 1 17:37:41 1996
@@ -74,13 +74,13 @@
#CFLAGS2 =
# If you're using g++ 2.7.x, you'll want to use -Wno-unused:
-CFLAGS2 = -Wno-unused
+#CFLAGS2 = -Wno-unused
# For Linux systems using XFree86:
#CFLAGS2 = -I/usr/X11/include -Wno-unused
# For FreeBSD systems using XFree86:
-#CFLAGS2 = -I$(X11BASE)/include -Wno-unused
+CFLAGS2 = -I$(X11BASE)/include -Wno-unused
# For Solaris:
#CFLAGS2 = -I/usr/openwin/include
@@ -97,13 +97,13 @@
#------------------------------------------------------------------------
# For most systems, just grab the X library:
-XLIBS = -lX11
+#XLIBS = -lX11
# For Linux systems using XFree86:
#XLIBS = -L/usr/X11/lib -lX11
# For FreeBSD systems using XFree86:
-#XLIBS = -L$(X11BASE)/lib -lX11
+XLIBS = -L$(X11BASE)/lib -lX11
# For Solaris:
#XLIBS = -L/usr/openwin/lib -lX11 -lnsl -lsocket