diff options
author | fredb <fredb@pkgsrc.org> | 2002-08-08 02:06:36 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-08-08 02:06:36 +0000 |
commit | 024d6f934c2e2865cec726ca03abd74c7258c200 (patch) | |
tree | 703894435563e93a97d5bbc57d804e1097906a69 /x11/khostchooser | |
parent | 13ee8abd72956b7811b2a48e2bdc3c2d1ec0f8e9 (diff) | |
download | pkgsrc-024d6f934c2e2865cec726ca03abd74c7258c200.tar.gz |
Make this compile with gcc-2.95.3.
Diffstat (limited to 'x11/khostchooser')
-rw-r--r-- | x11/khostchooser/distinfo | 3 | ||||
-rw-r--r-- | x11/khostchooser/patches/patch-ab | 14 |
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; |