diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-02 09:28:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-02 09:28:20 +0800 |
commit | 17abd40f965e7aebce90b822b9f1801545814e55 (patch) | |
tree | 92d8e6fb3bdfcbb49fd9dbf3da0d856fdd1a23ac /x11-toolkits | |
parent | cdcd20d3dd5b28a9621b965079ae767a4d9a2bfb (diff) | |
download | freebsd-ports-graphics-17abd40f965e7aebce90b822b9f1801545814e55.tar.gz freebsd-ports-graphics-17abd40f965e7aebce90b822b9f1801545814e55.tar.zst freebsd-ports-graphics-17abd40f965e7aebce90b822b9f1801545814e55.zip |
Add a forgotten patch that makes the whole thing work on -CURRENT. Thanks
to kris for making me revisit this.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bakery/files/patch-bakery_App_App.h | 11 |
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 00000000000..fe5482eaccc --- /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> |