diff options
author | martin <martin@pkgsrc.org> | 2002-05-12 22:38:38 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2002-05-12 22:38:38 +0000 |
commit | 239936a17f3c288176e1ad57253360e4c7c2dadd (patch) | |
tree | e72339b6f462b4653087eb150fa10acad13a73db /graphics | |
parent | 0b2a39425cd69a4d8afdcb612c360fa52bd28d46 (diff) | |
download | pkgsrc-239936a17f3c288176e1ad57253360e4c7c2dadd.tar.gz |
Add a missing include, so all 64bit archs are recognized correctly.
Closes PR 16421 by Lloyd Parkes.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpm/distinfo | 3 | ||||
-rw-r--r-- | graphics/xpm/patches/patch-ad | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/xpm/distinfo b/graphics/xpm/distinfo index bd2006162f0..c2e93717689 100644 --- a/graphics/xpm/distinfo +++ b/graphics/xpm/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.5 2001/07/06 21:11:33 tron Exp $ +$NetBSD: distinfo,v 1.6 2002/05/12 22:38:38 martin Exp $ SHA1 (xpm-3.4k.tar.gz) = a8eac19e5772bf7b3b177353686c1401fbf334bd Size (xpm-3.4k.tar.gz) = 148887 bytes SHA1 (patch-aa) = 86264a0d832382eef43af740f16bcdf9448f4573 SHA1 (patch-ab) = 0c8f317cdbde27929790e46d1711ada5e454b79d SHA1 (patch-ac) = a0f1692ecfbf0160f5e5a5e3f31ac9398ff667b7 +SHA1 (patch-ad) = fb85487779cf5430224ae6f0a8cdc55350687eae diff --git a/graphics/xpm/patches/patch-ad b/graphics/xpm/patches/patch-ad new file mode 100644 index 00000000000..92b782daec3 --- /dev/null +++ b/graphics/xpm/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2002/05/12 22:38:38 martin Exp $ + +--- lib/XpmI.h.orig Thu Mar 19 20:51:00 1998 ++++ lib/XpmI.h Mon May 13 00:33:23 2002 +@@ -42,6 +42,7 @@ + #ifndef XPMI_h + #define XPMI_h + ++#include <X11/Xmd.h> + #include "xpm.h" + + /* |