summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-09-15 05:35:17 +0000
committersno <sno@pkgsrc.org>2009-09-15 05:35:17 +0000
commit5882db74be949de4b36b8b39d01088cebbb2704d (patch)
tree3d2723005f31cc9e2a8eb702db7e572aa7ff5d46 /print
parent010609764b427607157d58cd826966b37e6ea10c (diff)
downloadpkgsrc-5882db74be949de4b36b8b39d01088cebbb2704d.tar.gz
Fixing build error on AIX as reported in PR pkg/42063
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript/distinfo3
-rw-r--r--print/ghostscript/patches/patch-aj10
2 files changed, 12 insertions, 1 deletions
diff --git a/print/ghostscript/distinfo b/print/ghostscript/distinfo
index bc70ede43c4..d4580fedf77 100644
--- a/print/ghostscript/distinfo
+++ b/print/ghostscript/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2009/08/31 20:12:20 wiz Exp $
+$NetBSD: distinfo,v 1.26 2009/09/15 05:35:17 sno Exp $
SHA1 (ghostscript-8.70.tar.bz2) = 4e4132713258c680a4fbec577e6dfc82b980ec01
RMD160 (ghostscript-8.70.tar.bz2) = 88f7d380d1075c57829aa7f34334542fd2bbd6ce
@@ -10,3 +10,4 @@ SHA1 (patch-af) = e4d56f13f5eb595a3929aac6c257012961f59c2b
SHA1 (patch-ag) = bdfbe40c849537d84ac2b3def4a0a3a87ecc152f
SHA1 (patch-ah) = efc85dead838505ee462714167f196db2deeb0aa
SHA1 (patch-ai) = ad69ddd4a4bd50cf2263ac6c6d17a59798ef3124
+SHA1 (patch-aj) = 4a08ba397ca3528ccab8d0a9aee55d3a697cfbaf
diff --git a/print/ghostscript/patches/patch-aj b/print/ghostscript/patches/patch-aj
new file mode 100644
index 00000000000..8ffb5001746
--- /dev/null
+++ b/print/ghostscript/patches/patch-aj
@@ -0,0 +1,10 @@
+--- base/gxpcolor.h.orig 2009-09-14 10:49:17.000000000 +0200
++++ base/gxpcolor.h 2009-09-14 10:49:42.000000000 +0200
+@@ -18,6 +18,7 @@
+ #ifndef gxpcolor_INCLUDED
+ # define gxpcolor_INCLUDED
+
++#include "gxdcolor.h"
+ #include "gspcolor.h"
+ #include "gxcspace.h"
+ #include "gxdevice.h"