diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-05 16:37:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-05 16:37:51 +0000 |
commit | 24818cc28413cc43dcf9af9d8b6b0de51e73748c (patch) | |
tree | d6989c17be026993cb8f4c83b38820f0da3f8008 /print/gimp-print-escputil | |
parent | 47fd4c016e2f1c57c1d1eec14f9ee3bfb8f40f05 (diff) | |
download | pkgsrc-24818cc28413cc43dcf9af9d8b6b0de51e73748c.tar.gz |
Copy over patch-ac from gimp-print-lib to fix pkg/17244.
Diffstat (limited to 'print/gimp-print-escputil')
-rw-r--r-- | print/gimp-print-escputil/distinfo | 3 | ||||
-rw-r--r-- | print/gimp-print-escputil/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/print/gimp-print-escputil/distinfo b/print/gimp-print-escputil/distinfo index 9d988df46e7..ec3c122323e 100644 --- a/print/gimp-print-escputil/distinfo +++ b/print/gimp-print-escputil/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/05/03 12:43:06 drochner Exp $ +$NetBSD: distinfo,v 1.3 2002/08/05 16:37:51 wiz Exp $ SHA1 (gimp-print-4.2.1.tar.gz) = 51a2c5a3da85950e876ee049f9a377b03bf502f8 Size (gimp-print-4.2.1.tar.gz) = 4691313 bytes SHA1 (patch-aa) = 9ed732e755223fcf6cdb87b8d06a29bd834095a8 SHA1 (patch-ab) = 420a73ed394c1c37a45bafee387ef06931139ffe +SHA1 (patch-ac) = 2e7c114dd67e21b861bac405cc1a665460e66867 diff --git a/print/gimp-print-escputil/patches/patch-ac b/print/gimp-print-escputil/patches/patch-ac new file mode 100644 index 00000000000..ee99127f233 --- /dev/null +++ b/print/gimp-print-escputil/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/08/05 16:37:52 wiz Exp $ + +--- src/Makefile.in.orig Fri Apr 26 20:56:31 2002 ++++ src/Makefile.in +@@ -192,7 +192,7 @@ + AUTOMAKE_OPTIONS = 1.4 gnu + + MAINT_CHARSET = latin1 +-NONGIMP_SUBDIRS = cups foomatic ghost testpattern ++NONGIMP_SUBDIRS = # cups foomatic ghost testpattern + SUBDIRS = printdef main escputil gimp $(NONGIMP_SUBDIRS) + + MAINTAINERCLEANFILES = Makefile.in |