aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-12-05 02:02:39 +0800
committermarcus <marcus@FreeBSD.org>2002-12-05 02:02:39 +0800
commit493a0ae0106b06c867c7089f57464521c5313930 (patch)
treef3ed9f35b0f336c10b6033e6c200638d096bc833 /x11-toolkits
parentff038ae4eb92911ec7216bdead2625e027884f32 (diff)
downloadfreebsd-ports-gnome-493a0ae0106b06c867c7089f57464521c5313930.tar.gz
freebsd-ports-gnome-493a0ae0106b06c867c7089f57464521c5313930.tar.zst
freebsd-ports-gnome-493a0ae0106b06c867c7089f57464521c5313930.zip
Okay, this time the build should be fixed on -CURRENT.
Reported by: bento
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h b/x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h
new file mode 100644
index 000000000000..387feceabfb7
--- /dev/null
+++ b/x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h
@@ -0,0 +1,11 @@
+--- bakery/FileSelection/FileSelection.h.orig Wed Dec 4 12:58:55 2002
++++ bakery/FileSelection/FileSelection.h Wed Dec 4 12:59:02 2002
+@@ -43,7 +43,7 @@
+ : public Gtk::FileSelection
+ {
+ public:
+- FileSelection(const Gtk::nstring& title = 0);
++ FileSelection(const Gtk::nstring&);
+ virtual ~FileSelection();
+
+ virtual bool run(); //returns false if nothing was selected.