diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 20:30:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 20:30:31 +0000 |
commit | d2b9f2e4323e422379c68029a8659770bca3a179 (patch) | |
tree | 5487855e6bdbde4151d86ceab5cf5a23b055aded | |
parent | d0641a511d0b991e932f4acb89fd6636985eed59 (diff) | |
download | pkgsrc-d2b9f2e4323e422379c68029a8659770bca3a179.tar.gz |
These are obsolete now.
-rw-r--r-- | graphics/gqview/patches/patch-aa | 14 | ||||
-rw-r--r-- | graphics/gqview/patches/patch-ab | 52 |
2 files changed, 0 insertions, 66 deletions
diff --git a/graphics/gqview/patches/patch-aa b/graphics/gqview/patches/patch-aa deleted file mode 100644 index 3b4478f72c0..00000000000 --- a/graphics/gqview/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2000/11/29 20:01:04 wiz Exp $ - ---- configure.in.orig Sun Sep 10 15:44:52 2000 -+++ configure.in -@@ -22,9 +22,7 @@ - - dnl Test for libpng - AC_CHECK_LIB(png, png_read_info, -- AC_CHECK_HEADER(png.h, - png_ok=yes, -- png_ok=no), - AC_MSG_WARN(*** PNG library (libpng) not found ***), -lz -lm) - if test "$png_ok" = yes; then - AC_MSG_CHECKING([for png_structp in png.h]) diff --git a/graphics/gqview/patches/patch-ab b/graphics/gqview/patches/patch-ab deleted file mode 100644 index e9233c08326..00000000000 --- a/graphics/gqview/patches/patch-ab +++ /dev/null @@ -1,52 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2000/11/29 20:01:04 wiz Exp $ - ---- configure.orig Sun Sep 10 15:46:41 2000 -+++ configure -@@ -2035,46 +2035,8 @@ - LIBS="$ac_save_LIBS" - - fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for png.h""... $ac_c" 1>&6 --echo "configure:2043: checking for png.h" >&5 --if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- cat > conftest.$ac_ext <<EOF --#line 2048 "configure" --#include "confdefs.h" --#include <png.h> --EOF --ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:2053: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } --ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` --if test -z "$ac_err"; then -- rm -rf conftest* -- eval "ac_cv_header_$ac_safe=yes" --else -- echo "$ac_err" >&5 -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_header_$ac_safe=no" --fi --rm -f conftest* --fi --if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- png_ok=yes --else -- echo "$ac_t""no" 1>&6 --png_ok=no --fi - --else -- echo "$ac_t""no" 1>&6 --echo "configure: warning: *** PNG library (libpng) not found ***" 1>&2 --fi -+png_ok=yes - - if test "$png_ok" = yes; then - echo $ac_n "checking for png_structp in png.h""... $ac_c" 1>&6 |