summaryrefslogtreecommitdiff
path: root/graphics/tiff/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tiff/patches/patch-aa')
-rw-r--r--graphics/tiff/patches/patch-aa56
1 files changed, 16 insertions, 40 deletions
diff --git a/graphics/tiff/patches/patch-aa b/graphics/tiff/patches/patch-aa
index ffca752bf25..b02bc2363a4 100644
--- a/graphics/tiff/patches/patch-aa
+++ b/graphics/tiff/patches/patch-aa
@@ -1,41 +1,17 @@
-$NetBSD: patch-aa,v 1.14 2004/09/05 16:49:03 jschauma Exp $
+$NetBSD: patch-aa,v 1.15 2004/12/28 23:10:09 reed Exp $
---- configure.orig Mon Apr 12 09:58:40 2004
-+++ configure Mon Apr 12 10:01:34 2004
-@@ -59,7 +59,7 @@
- LIBIMAGE=auto # auto-enable build of SGI -limage apps
- : ${CC=} # name of C compiler to use
- : ${CCOMPILER=} # full pathname of C compiler
--: ${OPTIMIZER=-O} # Optimization flag
-+: ${OPTIMIZER=} # Optimization flag
- : ${ENVOPTS=} # CC opts for ANSI C compilation
- : ${MAKE=make} # make to use
-
-@@ -488,7 +488,7 @@
-
- checkCompiler()
- {
-- compiler=$1
-+ compiler="$*"
- if isGNU $compiler; then
- ISGCC=yes
- else
-@@ -514,7 +514,7 @@
- $RM dummy dummy.o
- capture $compiler -o dummy ${C_ANSI} dummy.c && {
- CC=$compiler;
-- test -z "${CCOMPILER-}" && CCOMPILER=`findApp $compiler $PATH`
-+ test -z "${CCOMPILER-}" && CCOMPILER=$compiler
- test -z "${ENVOPTS-}" && ENVOPTS="${C_ANSI-}"
- return 0
- }
-@@ -1743,6 +1743,9 @@
- -[LR]/*) echo "$i" ;;
- -L*) echo "$i" | sed 's;^-L;-L../;' ;;
- -R*) echo "$i" | sed 's;^-R;-R../;' ;;
-+ -rpath*) echo "$i" ;;
-+ -W*) echo "$i" ;;
-+ -*) echo "$i" ;;
- *) echo "../$i" ;;
- esac
- done) | tr '\012' ' '
+--- man/Makefile.in.orig Mon Dec 20 11:41:54 2004
++++ man/Makefile.in
+@@ -373,11 +373,7 @@ install-man3: $(man3_MANS) $(man_MANS)
+ for i in $$list; do \
+ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
+ else file=$$i; fi; \
+- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+- case "$$ext" in \
+- 3*) ;; \
+- *) ext='3' ;; \
+- esac; \
++ ext='3'; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed -e 's/^.*\///'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \