summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2015-02-20 23:37:51 +0000
committerjoerg <joerg>2015-02-20 23:37:51 +0000
commitc781569a0711880bde36259a7c92a4acb1043c06 (patch)
treec625183290d38f07157a272201bd914017c7c3e6 /x11
parentf6efe6853e501a0b7165830bc9174f877013572a (diff)
downloadpkgsrc-c781569a0711880bde36259a7c92a4acb1043c06.tar.gz
Fix include guard. Bump revision.
Diffstat (limited to 'x11')
-rw-r--r--x11/wxGTK26/Makefile4
-rw-r--r--x11/wxGTK26/distinfo3
-rw-r--r--x11/wxGTK26/patches/patch-include_wx_minifram.h13
3 files changed, 17 insertions, 3 deletions
diff --git a/x11/wxGTK26/Makefile b/x11/wxGTK26/Makefile
index b25ec0d8f3e..1a6791a89bf 100644
--- a/x11/wxGTK26/Makefile
+++ b/x11/wxGTK26/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2014/12/10 14:02:31 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2015/02/20 23:37:51 joerg Exp $
#
.include "Makefile.common"
-PKGREVISION= 28
+PKGREVISION= 29
COMMENT= GTK-based implementation of the wxWidgets GUI library
REPLACE_SH= wx-config.in wx-config-inplace.in
diff --git a/x11/wxGTK26/distinfo b/x11/wxGTK26/distinfo
index ca09943c225..76d02536dfd 100644
--- a/x11/wxGTK26/distinfo
+++ b/x11/wxGTK26/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2012/01/27 07:44:07 sbd Exp $
+$NetBSD: distinfo,v 1.8 2015/02/20 23:37:51 joerg Exp $
SHA1 (wxGTK-2.6.3-libtool.diff3.bz2) = 657566a9384a4bc160dffd26678b5e0c6a1cb5b2
RMD160 (wxGTK-2.6.3-libtool.diff3.bz2) = 233af8dd61317ed1771c1862c6cec65f131b6de0
@@ -14,3 +14,4 @@ SHA1 (patch-ae) = d6fcc9b21fd457e79c32f2dc47166dc7afbd65b1
SHA1 (patch-af) = 3c284feffe3e1c8fae6302dbd86ce8421fd0f6ba
SHA1 (patch-ag) = ccaac341ecd589dbde465f49064dd2ab480fc639
SHA1 (patch-ah) = e7da6aacd004048d0d07965df09e97cef5a76551
+SHA1 (patch-include_wx_minifram.h) = 2566389518119291ff187468cebb4f10ec8c74ab
diff --git a/x11/wxGTK26/patches/patch-include_wx_minifram.h b/x11/wxGTK26/patches/patch-include_wx_minifram.h
new file mode 100644
index 00000000000..ef95e2d930d
--- /dev/null
+++ b/x11/wxGTK26/patches/patch-include_wx_minifram.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-include_wx_minifram.h,v 1.1 2015/02/20 23:37:51 joerg Exp $
+
+--- include/wx/minifram.h.orig 2015-02-20 22:51:24.000000000 +0000
++++ include/wx/minifram.h
+@@ -10,7 +10,7 @@
+ /////////////////////////////////////////////////////////////////////////////
+
+ #ifndef _WX_MINIFRAM_H_BASE_
+-#define _WX_MINIFRAMH_BASE_
++#define _WX_MINIFRAM_H_BASE_
+
+ #if defined(__WXPALMOS__)
+ #include "wx/palmos/minifram.h"