diff options
author | joerg <joerg> | 2011-09-24 13:03:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-09-24 13:03:10 +0000 |
commit | e5b384e5e26047b111a2c3b37144aedf57323333 (patch) | |
tree | 83b8668b1530783c233cc55f94c578534e9abb67 /x11 | |
parent | e75dad8209a9225eab1e9d85fb1605d97717a241 (diff) | |
download | pkgsrc-e5b384e5e26047b111a2c3b37144aedf57323333.tar.gz |
Fix fallout from include guard changes in libX11
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/distinfo | 3 | ||||
-rw-r--r-- | x11/xterm/patches/patch-xutf8.h | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 14e34cf1a16..ad2aa5df644 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.34 2010/06/16 16:27:47 drochner Exp $ +$NetBSD: distinfo,v 1.35 2011/09/24 13:03:10 joerg Exp $ SHA1 (xterm-259.tgz) = b4cf20ad67faa221d308b92c4daf8df4f9f122fb RMD160 (xterm-259.tgz) = 6d3e7a608996724d4f1784fce3c9f6c3dffd1ae8 Size (xterm-259.tgz) = 923729 bytes SHA1 (patch-aa) = 46076243c1b53d481b4cafe3d3f6f1f35291a153 +SHA1 (patch-xutf8.h) = ca6d6e2dccb0f1fda379961dcac9061f3de17837 diff --git a/x11/xterm/patches/patch-xutf8.h b/x11/xterm/patches/patch-xutf8.h new file mode 100644 index 00000000000..2fc9a8234e1 --- /dev/null +++ b/x11/xterm/patches/patch-xutf8.h @@ -0,0 +1,13 @@ +$NetBSD: patch-xutf8.h,v 1.1 2011/09/24 13:03:10 joerg Exp $ + +--- xutf8.h.orig 2011-09-22 20:02:00.000000000 +0000 ++++ xutf8.h +@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWAR + THE SOFTWARE. + */ + +-#ifndef _XLIB_H_ ++#if !defined(_XLIB_H_) && !defined(_X11_XLIB_H_) + #error Please include <X11/Xlib.h> before "xutf8.h" + #endif + |