diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-13 19:44:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-13 19:44:54 +0000 |
commit | e4b4022acce77ba0001dc0f362ff352a978918d4 (patch) | |
tree | 19a225fa65af6a9431fba511a6e1427bd77a8d5f /x11/fltk | |
parent | da39aa780b439bcfc02d85d6cd0a9bf0721cf903 (diff) | |
download | pkgsrc-e4b4022acce77ba0001dc0f362ff352a978918d4.tar.gz |
Remove default arguments from a friend definition that is not a
declaration.
Diffstat (limited to 'x11/fltk')
-rw-r--r-- | x11/fltk/distinfo | 3 | ||||
-rw-r--r-- | x11/fltk/patches/patch-fluid_Fl__Type.h | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/fltk/distinfo b/x11/fltk/distinfo index 0f1c5e3f1f5..5379c62a61a 100644 --- a/x11/fltk/distinfo +++ b/x11/fltk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2011/03/01 09:53:16 wiz Exp $ +$NetBSD: distinfo,v 1.24 2013/07/13 19:44:54 joerg Exp $ SHA1 (fltk-1.1.10-source.tar.bz2) = 0d2b34fede91fa78eeaefb893dd70282f73908a8 RMD160 (fltk-1.1.10-source.tar.bz2) = f8fc4371811efcc0d6fc73edd0525d8ff87a4faa @@ -11,3 +11,4 @@ SHA1 (patch-ae) = de29d1be1219c3b17707216a7c54c25a9adb746c SHA1 (patch-af) = 791ba33cfc85e41e0f2b75ce0d1b0d6a378d9d0b SHA1 (patch-ag) = aaeb376acf79b695e8376e7610534d125dff6a86 SHA1 (patch-ah) = 876f79b4d0523035307ecc7d76460cad44b40704 +SHA1 (patch-fluid_Fl__Type.h) = b2ea0bebf152ab0755135fbe8cc6179d2f6d79e1 diff --git a/x11/fltk/patches/patch-fluid_Fl__Type.h b/x11/fltk/patches/patch-fluid_Fl__Type.h new file mode 100644 index 00000000000..8d7f90fac96 --- /dev/null +++ b/x11/fltk/patches/patch-fluid_Fl__Type.h @@ -0,0 +1,13 @@ +$NetBSD: patch-fluid_Fl__Type.h,v 1.1 2013/07/13 19:44:54 joerg Exp $ + +--- fluid/Fl_Type.h.orig 2008-01-04 21:45:49.000000000 +0000 ++++ fluid/Fl_Type.h +@@ -44,7 +44,7 @@ void set_modflag(int mf); + class Fl_Type { + + friend class Widget_Browser; +- friend Fl_Widget *make_type_browser(int,int,int,int,const char *l=0); ++ friend Fl_Widget *make_type_browser(int,int,int,int,const char *l); + friend class Fl_Window_Type; + virtual void setlabel(const char *); // virtual part of label(char*) + |