summaryrefslogtreecommitdiff
path: root/print/ggv/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-01 15:02:12 +0000
committerrh <rh@pkgsrc.org>2000-06-01 15:02:12 +0000
commitee7b62f147b643883d8a196c7e27a5b24972ab0a (patch)
tree4b02e02fd16f8865f0ada0560bae72c6b7cb0269 /print/ggv/patches
parent265022cdb48db3a090b8bedc6934b618b956f071 (diff)
downloadpkgsrc-ee7b62f147b643883d8a196c7e27a5b24972ab0a.tar.gz
Update ggv to 0.95. Changes are tons of bugfixes and lots of interface
improvements.
Diffstat (limited to 'print/ggv/patches')
-rw-r--r--print/ggv/patches/patch-aa26
-rw-r--r--print/ggv/patches/patch-ac13
2 files changed, 0 insertions, 39 deletions
diff --git a/print/ggv/patches/patch-aa b/print/ggv/patches/patch-aa
deleted file mode 100644
index 52b04aefbb8..00000000000
--- a/print/ggv/patches/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2000/03/24 18:26:45 jlam Exp $
-
---- aclocal.m4.orig Fri Aug 20 17:38:40 1999
-+++ aclocal.m4 Fri Mar 24 09:07:24 2000
-@@ -759,7 +759,11 @@
-
- # serial 35 AC_PROG_LIBTOOL
- AC_DEFUN(AC_PROG_LIBTOOL,
--[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
-+[
-+# Always use NetBSD's libtool.
-+if false; then
-+
-+AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
-
- # Save cache, so that ltconfig can load it
- AC_CACHE_SAVE
-@@ -785,6 +789,8 @@
- # Redirect the config.log output again, so that the ltconfig log is not
- # clobbered by the next message.
- exec 5>>./config.log
-+
-+fi
- ])
-
- AC_DEFUN(AC_LIBTOOL_SETUP,
diff --git a/print/ggv/patches/patch-ac b/print/ggv/patches/patch-ac
deleted file mode 100644
index 1ba0ab69b03..00000000000
--- a/print/ggv/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2000/03/24 18:27:14 jlam Exp $
-
---- gtkgs.c.orig Fri Aug 20 17:51:34 1999
-+++ gtkgs.c Fri Mar 24 09:09:01 2000
-@@ -203,7 +203,7 @@
- gs->height = -1;
- gs->busy = FALSE;
- gs->changed = FALSE;
-- gs->gs_scan_pdf_cmd = "gs -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s pdf2dsc.ps -c quit";
-+ gs->gs_scan_pdf_cmd = GS_PATH " -dNODISPLAY -dQUIET -sPDFname=%s -sDSCname=%s pdf2dsc.ps -c quit";
- gs->gs_uncompress_cmd = "gzip -cd %s > %s";
- gs->gs_scanstyle = 0;
- gs->gs_filename_raw = 0;