diff options
Diffstat (limited to 'graphics/netpbm/files/patch-bc')
-rw-r--r-- | graphics/netpbm/files/patch-bc | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/graphics/netpbm/files/patch-bc b/graphics/netpbm/files/patch-bc index 58b3dec128ee..b6568bf2cec4 100644 --- a/graphics/netpbm/files/patch-bc +++ b/graphics/netpbm/files/patch-bc @@ -1,33 +1,33 @@ ---- Makefile.config.orig Fri Jun 23 02:48:03 2000 -+++ Makefile.config Sat Jul 1 12:00:00 2000 +--- Makefile.config.orig Sun Aug 20 01:29:00 2000 ++++ Makefile.config Tue Sep 5 00:00:00 2000 @@ -39,7 +39,7 @@ #Tru64: - #CC = cc - #CC = gcc --CC = gcc -+CC ?= gcc + #CC = cc + #CC = gcc +-CC = gcc ++CC ?= gcc # The linker. LD = $(CC) -@@ -66,7 +66,7 @@ +@@ -65,7 +65,7 @@ # calls compress or pack. Mantocat, included with Netpbm, is used on # systems which use man pages in the "cat" format. -MANCP = $(INSTALL) -m $(INSTALL_PERM_MAN) +MANCP = ${BSD_INSTALL_MAN} + #DJGPP/Windows: #MANCP = $(SRCDIR)/mantocat - AR= ar @@ -79,7 +79,7 @@ # -ansi and -Werror should work too, but are not included # by default because there's no point in daring the build to fail. # -pedantic isn't a problem because it causes at worst a warning. --CFLAGS = -pedantic -O2 -Wall -Wno-uninitialized $(CDEBUG) +-CFLAGS = -pedantic -O3 -Wall -Wno-uninitialized $(CDEBUG) +CFLAGS += $(CDEBUG) # On DEC Tru64 4.0F (at least), you need -DLONG_32 for ppmtompeg. #Tru64: #CFLAGS = -O2 -std1 DLONG_32 $(CDEBUG) -@@ -132,7 +132,7 @@ +@@ -133,7 +133,7 @@ # independent code, so you need -fpic or fPIC here. (The rule is: if # -fpic works, use it. If it bombs, go to fPIC). @@ -36,7 +36,7 @@ # Solaris, SunOS, and NetBSD: #CFLAGS_SHLIB = -fpic #CFLAGS_SHLIB = -fPIC -@@ -148,11 +148,11 @@ +@@ -149,11 +149,11 @@ # but otherwise will not. # Use the Tiff library included with Netpbm: @@ -52,7 +52,7 @@ # OSF, Tru64: #TIFFHDR_DIR = /usr/local1/DEC/include #TIFFLIB_DIR = /usr/local1/DEC/lib -@@ -173,11 +173,11 @@ +@@ -174,11 +174,11 @@ # at least JPEGLIB_DIR here, or the tiff converters will not build at # all. @@ -68,7 +68,7 @@ # OSF, Tru64: #JPEGLIB_DIR = /usr/local1/DEC/lib #JPEGHDR_DIR = /usr/local1/DEC/include -@@ -195,11 +195,11 @@ +@@ -196,11 +196,11 @@ # here. If you do not have the PNG library, and still want to # successully build everything else, put NONE for these. @@ -84,7 +84,7 @@ # OSF/Tru64: #PNGLIB_DIR = /usr/local1/DEC/lib #PNGHDR_DIR = /usr/local1/DEC/include -@@ -213,8 +213,10 @@ +@@ -214,8 +214,10 @@ # And the Utah Raster Toolkit (aka URT aka RLE) library: |