aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/bakery
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 01:28:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 01:28:20 +0000
commitd35f727398dc708830fea92268bd07bd5e023043 (patch)
treee1a4a9955c7fdfc6a4f073102b33e3a72b1521aa /x11-toolkits/bakery
parent2227e221a1010ebfb6a983905f382e604bb23bd5 (diff)
downloadports-d35f727398dc708830fea92268bd07bd5e023043.tar.gz
ports-d35f727398dc708830fea92268bd07bd5e023043.zip
Add a forgotten patch that makes the whole thing work on -CURRENT. Thanks
to kris for making me revisit this.
Notes
Notes: svn path=/head/; revision=71296
Diffstat (limited to 'x11-toolkits/bakery')
-rw-r--r--x11-toolkits/bakery/files/patch-bakery_App_App.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/bakery/files/patch-bakery_App_App.h b/x11-toolkits/bakery/files/patch-bakery_App_App.h
new file mode 100644
index 000000000000..fe5482eaccc5
--- /dev/null
+++ b/x11-toolkits/bakery/files/patch-bakery_App_App.h
@@ -0,0 +1,11 @@
+--- bakery/App/App.h.orig Sun Dec 1 20:26:16 2002
++++ bakery/App/App.h Sun Dec 1 20:26:11 2002
+@@ -19,6 +19,8 @@
+ #ifndef BAKERY_APP_H
+ #define BAKERY_APP_H
+
++using namespace std;
++
+ #include <gnome--.h>
+ #include "libgnome/gnome-util.h" //For ::gnome_pixmap_file().
+ #include <gtk--.h>