diff options
author | joerg <joerg@pkgsrc.org> | 2012-01-20 17:08:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-01-20 17:08:40 +0000 |
commit | 1de48c01ae0119e4cc4dc5d7388543fd81e718b8 (patch) | |
tree | f36532a89e53ce1b64ed8aa3582e499a6153d9fe /devel/libgnomeuimm | |
parent | 3fecd8b8be6c2bf80478eb1103c80cce48d643f9 (diff) | |
download | pkgsrc-1de48c01ae0119e4cc4dc5d7388543fd81e718b8.tar.gz |
C++ doesn't allow K&R int default.
Diffstat (limited to 'devel/libgnomeuimm')
-rw-r--r-- | devel/libgnomeuimm/distinfo | 3 | ||||
-rw-r--r-- | devel/libgnomeuimm/patches/patch-examples_iconlist_iconlist.cc | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/libgnomeuimm/distinfo b/devel/libgnomeuimm/distinfo index 3fe112a5401..6096e873b2e 100644 --- a/devel/libgnomeuimm/distinfo +++ b/devel/libgnomeuimm/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.10 2009/10/22 18:11:54 adam Exp $ +$NetBSD: distinfo,v 1.11 2012/01/20 17:08:40 joerg Exp $ SHA1 (libgnomeuimm-2.28.0.tar.bz2) = 935c206d5d13df371476b3c1075219e0bfdbc91b RMD160 (libgnomeuimm-2.28.0.tar.bz2) = 9ad7eb433f4ddd112a16207f2a3183c0ed1a844d Size (libgnomeuimm-2.28.0.tar.bz2) = 382428 bytes +SHA1 (patch-examples_iconlist_iconlist.cc) = 0bb90a995091869d984062da019b80b790eb519f diff --git a/devel/libgnomeuimm/patches/patch-examples_iconlist_iconlist.cc b/devel/libgnomeuimm/patches/patch-examples_iconlist_iconlist.cc new file mode 100644 index 00000000000..0071a2e562b --- /dev/null +++ b/devel/libgnomeuimm/patches/patch-examples_iconlist_iconlist.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-examples_iconlist_iconlist.cc,v 1.1 2012/01/20 17:08:40 joerg Exp $ + +--- examples/iconlist/iconlist.cc.orig 2012-01-18 23:41:46.000000000 +0000 ++++ examples/iconlist/iconlist.cc +@@ -58,6 +58,7 @@ IconWindow::IconWindow () + show_all_children (); + } + ++int + main (int argc, char *argv[]) + { + Gnome::Main kit ("Iconlist", "0.0.0", Gnome::UI::module_info_get(), argc, argv); |