diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-15 13:48:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-15 13:48:43 +0000 |
commit | 57104cf23febe515c3259707e3871ef1ba5f195f (patch) | |
tree | d00b8aa12c642a796db5c94ee8663881ea96f27b | |
parent | 9c729cd4c0f5f870710d9dec215b81828b0da1d3 (diff) | |
download | pkgsrc-57104cf23febe515c3259707e3871ef1ba5f195f.tar.gz |
Make this build in FreeBSD.
-rw-r--r-- | print/gpdf/distinfo | 3 | ||||
-rw-r--r-- | print/gpdf/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/print/gpdf/distinfo b/print/gpdf/distinfo index 1ad6173395d..86da3c743c3 100644 --- a/print/gpdf/distinfo +++ b/print/gpdf/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.4 2004/04/01 18:58:20 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2004/04/15 13:48:43 xtraeme Exp $ SHA1 (gpdf-0.131.tar.bz2) = 16447f33aa4926657ef3fbe9432106a491028e62 Size (gpdf-0.131.tar.bz2) = 1101285 bytes +SHA1 (patch-aa) = 8985b54bad962a31a6ee315747c0297419b8e291 diff --git a/print/gpdf/patches/patch-aa b/print/gpdf/patches/patch-aa new file mode 100644 index 00000000000..8dec39188e4 --- /dev/null +++ b/print/gpdf/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2004/04/15 13:48:43 xtraeme Exp $ + +--- xpdf/gpdf-thumbnails-view.cc.orig Thu Apr 15 15:45:52 2004 ++++ xpdf/gpdf-thumbnails-view.cc Thu Apr 15 15:46:20 2004 +@@ -21,6 +21,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include <sys/types.h> + #include <gpdf-g-switch.h> + # include <glib.h> + # include <glib/ghash.h> |