summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/patches/patch-aa')
-rw-r--r--graphics/netpbm/patches/patch-aa42
1 files changed, 21 insertions, 21 deletions
diff --git a/graphics/netpbm/patches/patch-aa b/graphics/netpbm/patches/patch-aa
index de60b5c9732..d41130e59f5 100644
--- a/graphics/netpbm/patches/patch-aa
+++ b/graphics/netpbm/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
+$NetBSD: patch-aa,v 1.27 2004/04/29 08:02:39 adam Exp $
---- Makefile.config.in.orig Tue Oct 15 10:17:21 2002
-+++ Makefile.config.in Sun Sep 7 12:39:12 2003
-@@ -33,7 +33,7 @@
+--- Makefile.config.in.orig 2004-01-13 23:12:28.000000000 +0000
++++ Makefile.config.in
+@@ -33,7 +33,7 @@ BUILD_FIASCO = Y
#CC = gcc
# Note that 'cc' is usually an alias for whatever is the main compiler
# on a system, e.g. the GNU Compiler on Linux.
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
# The linker.
LD = $(CC)
-@@ -52,7 +52,7 @@
+@@ -70,7 +70,7 @@ LD_FOR_BUILD = $(LD)
# MAKE is set automatically by Make to what was used to invoke Make.
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
#Solaris:
#INSTALL = /usr/ucb/install
#Tru64:
-@@ -64,7 +64,7 @@
+@@ -82,7 +82,7 @@ INSTALL = $(SRCDIR)/buildtools/install.s
# STRIPFLAG is the option you pass to the above install program to make it
# strip unnecessary information out of binaries.
@@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
# If you don't want to strip the binaries, just leave it null:
#STRIPFLAG =
-@@ -83,7 +83,9 @@
+@@ -101,7 +101,9 @@ MANPAGE_FORMAT = nroff
AR = ar
RANLIB = ranlib
# IRIX, SCO don't have Ranlib:
@@ -40,18 +40,18 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
LEX = flex
# Solaris:
# LEX = flex -e
-@@ -131,7 +133,7 @@
- # Solaris, SunOS, NetBSD:
- #NEED_RUNTIME_PATH = Y
+@@ -151,7 +153,7 @@ EXE =
+
+ # linker options.
-LDFLAGS =
+#LDFLAGS =
# Eunice users may want to use -noshare so that the executables can
# run standalone:
#LDFLAGS = -noshare
-@@ -171,6 +173,14 @@
- #AIX:
- #LDSHLIB = ???
+@@ -204,6 +206,14 @@ LDRELOC = NONE
+ #LDRELOC = ld -r
+
+ifeq ($(OPSYS),SunOS)
+LDSHLIB = -Wl,-B,dynamic,-G,-h,$(SONAME)
@@ -64,7 +64,7 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
# On older systems, you have to make shared libraries out of position
# independent code, so you need -fpic or fPIC here. (The rule is: if
# -fpic works, use it. If it bombs, go to fPIC). On newer systems,
-@@ -188,11 +198,19 @@
+@@ -221,11 +231,19 @@ LDRELOC = NONE
CFLAGS_SHLIB =
# Solaris or SunOS with gcc, and NetBSD:
#CFLAGS_SHLIB = -fpic
@@ -85,7 +85,7 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
# SHLIB_CLIB is the link option to include the C library in a shared library,
# normally "-lc". On typical systems, this serves no purpose. On some,
# though, it causes information about which C library to use to be recorded
-@@ -244,8 +262,8 @@
+@@ -294,8 +312,8 @@ TIFFHDR_DIR =
#TIFFLIB = libtiff.so
#TIFFHDR_DIR = /usr/include/libtiff
#NetBSD:
@@ -96,7 +96,7 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
# OSF, Tru64:
#TIFFLIB = /usr/local1/DEC/lib/libtiff.so
#TIFFHDR_DIR = /usr/local1/DEC/include
-@@ -273,8 +291,8 @@
+@@ -323,8 +341,8 @@ JPEGHDR_DIR =
#JPEGLIB = libjpeg.so
#JPEGHDR_DIR = /usr/include/jpeg
# Netbsd:
@@ -107,7 +107,7 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
# OSF, Tru64:
#JPEGLIB = /usr/local1/DEC/libjpeg.so
#JPEGHDR_DIR = /usr/local1/DEC/include
-@@ -297,8 +315,8 @@
+@@ -348,8 +366,8 @@ PNGVER =
#PNGLIB = libpng$(PNGVER).so
#PNGHDR_DIR = /usr/include/libpng$(PNGVER)
# NetBSD:
@@ -118,7 +118,7 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
# OSF/Tru64:
#PNGLIB = /usr/local1/DEC/lib/libpng$(PNGVER).so
#PNGHDR_DIR = /usr/local1/DEC/include
-@@ -308,8 +326,8 @@
+@@ -359,8 +377,8 @@ PNGVER =
# NONE for the PNG library, it doesn't matter what you specify here --
# it won't get used.
@@ -129,9 +129,9 @@ $NetBSD: patch-aa,v 1.26 2003/09/07 17:22:16 jschauma Exp $
#ZLIB = libz.so
# The JBIG lossless image compression library (aka JBIG-KIT):
-@@ -337,7 +355,7 @@
- # network functions is the option in ppmtompeg to run it on multiple
- # computers simultaneously.
+@@ -401,7 +419,7 @@ OMIT_NETWORK =
+ # built into the standard C library, so this can be null. This is irrelevant
+ # if OMIT_NETWORK is "y".
-NETWORKLD =
+#NETWORKLD =