summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorfredb <fredb>2002-08-08 02:06:36 +0000
committerfredb <fredb>2002-08-08 02:06:36 +0000
commitd0e296b07656de2cfff417a57d4668614d62d33f (patch)
tree703894435563e93a97d5bbc57d804e1097906a69 /x11
parent9fdc2f39ca15f571be758997b2b1f2971ab763b8 (diff)
downloadpkgsrc-d0e296b07656de2cfff417a57d4668614d62d33f.tar.gz
Make this compile with gcc-2.95.3.
Diffstat (limited to 'x11')
-rw-r--r--x11/khostchooser/distinfo3
-rw-r--r--x11/khostchooser/patches/patch-ab14
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/khostchooser/distinfo b/x11/khostchooser/distinfo
index 7ccd142ac8f..c1776b2ce10 100644
--- a/x11/khostchooser/distinfo
+++ b/x11/khostchooser/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:07:40 skrll Exp $
+$NetBSD: distinfo,v 1.3 2002/08/08 02:06:36 fredb Exp $
SHA1 (khostchooser-0.3.tgz) = f15dec88f2433c9086a6fe3ac502f8d451d76448
Size (khostchooser-0.3.tgz) = 97334 bytes
SHA1 (patch-aa) = 3954a6deea2258f4782711ed19bc770af3feb129
+SHA1 (patch-ab) = b97c331b14fdd424073817e2e0e38fe977a42f14
diff --git a/x11/khostchooser/patches/patch-ab b/x11/khostchooser/patches/patch-ab
new file mode 100644
index 00000000000..5ce056bd881
--- /dev/null
+++ b/x11/khostchooser/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2002/08/08 02:06:37 fredb Exp $
+
+--- khostchooser/gui.cpp.orig Sat Apr 25 03:44:52 1998
++++ khostchooser/gui.cpp
+@@ -304,7 +304,8 @@
+
+ int main(int argc, char *argv[])
+ {
+- MyApp app(argc, argv, "khostchooser");
++ QString rappname = "khostchooser";
++ MyApp app(argc, argv, rappname);
+ KHostConfig *conf;
+ QWidget *w;
+ int i;