summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2019-10-24 08:21:34 +0000
committermicha <micha@pkgsrc.org>2019-10-24 08:21:34 +0000
commit6962c3da7f53e50fb4a07d0fb9363ff82767eeaf (patch)
tree37ad0d06eba01749b74045e8336848a656c60641 /print
parente778b99469fcbd15a33e020878635ed73cb4257d (diff)
downloadpkgsrc-6962c3da7f53e50fb4a07d0fb9363ff82767eeaf.tar.gz
print/flpsed: Remove unregistered patch (already merged in current version)
Diffstat (limited to 'print')
-rw-r--r--print/flpsed/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/flpsed/patches/patch-aa b/print/flpsed/patches/patch-aa
deleted file mode 100644
index be30a42a13b..00000000000
--- a/print/flpsed/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/02/23 21:32:07 agc Exp $
-
---- src/PostscriptDSC.cxx 2007/02/23 12:17:40 1.1
-+++ src/PostscriptDSC.cxx 2007/02/23 12:17:54
-@@ -127,7 +127,7 @@
- fprintf(stderr, "Page %d already defined\n", p1);
- return 1;
- }
-- if (p1 > 1 && page_off[p1 - 2] == NULL) {
-+ if (p1 > 1 && page_off[p1 - 2] == 0) {
- fprintf(stderr, "Page %d not yet defined\n", p1 - 1);
- return 1;
- }