diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-07-29 20:19:14 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-07-29 20:19:14 +0000 |
commit | 8540ed5a9ff90af9bbb329ccffdfcd00f75a1f9c (patch) | |
tree | a5fc338ada759c7b31c087c7ac8a3e79b3bb2dcf /media-libs/SoGtk/files | |
parent | Stable on amd64 and x86 (diff) | |
download | historical-8540ed5a9ff90af9bbb329ccffdfcd00f75a1f9c.tar.gz historical-8540ed5a9ff90af9bbb329ccffdfcd00f75a1f9c.tar.bz2 historical-8540ed5a9ff90af9bbb329ccffdfcd00f75a1f9c.zip |
bug 33035
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-libs/SoGtk/files')
-rw-r--r-- | media-libs/SoGtk/files/SoGtk-20010601-string.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/media-libs/SoGtk/files/SoGtk-20010601-string.patch b/media-libs/SoGtk/files/SoGtk-20010601-string.patch new file mode 100644 index 000000000000..2133f6eec4d3 --- /dev/null +++ b/media-libs/SoGtk/files/SoGtk-20010601-string.patch @@ -0,0 +1,36 @@ +diff --exclude='*~' -Naur SoGtk.orig/src/Inventor/Gtk/SoGtkComponent.cpp SoGtk/src/Inventor/Gtk/SoGtkComponent.cpp +--- SoGtk.orig/src/Inventor/Gtk/SoGtkComponent.cpp 2005-07-29 17:02:46.000000000 -0300 ++++ SoGtk/src/Inventor/Gtk/SoGtkComponent.cpp 2005-07-29 17:04:12.000000000 -0300 +@@ -17,6 +17,8 @@ + * + **************************************************************************/ + ++#include <string.h> ++ + #if SOGTK_DEBUG + static const char rcsid[] = + "$Id: SoGtk-20010601-string.patch,v 1.1 2005/07/29 20:19:14 vanquirius Exp $"; +diff --exclude='*~' -Naur SoGtk.orig/src/Inventor/Gtk/SoGtk.cpp SoGtk/src/Inventor/Gtk/SoGtk.cpp +--- SoGtk.orig/src/Inventor/Gtk/SoGtk.cpp 2005-07-29 17:02:46.000000000 -0300 ++++ SoGtk/src/Inventor/Gtk/SoGtk.cpp 2005-07-29 17:04:21.000000000 -0300 +@@ -17,6 +17,8 @@ + * + **************************************************************************/ + ++#include <string.h> ++ + #if SOGTK_DEBUG + static const char rcsid[] = + "$Id: SoGtk-20010601-string.patch,v 1.1 2005/07/29 20:19:14 vanquirius Exp $"; +diff --exclude='*~' -Naur SoGtk.orig/src/Inventor/Gtk/widgets/SoGtkPopupMenu.cpp SoGtk/src/Inventor/Gtk/widgets/SoGtkPopupMenu.cpp +--- SoGtk.orig/src/Inventor/Gtk/widgets/SoGtkPopupMenu.cpp 2005-07-29 17:02:46.000000000 -0300 ++++ SoGtk/src/Inventor/Gtk/widgets/SoGtkPopupMenu.cpp 2005-07-29 17:04:00.000000000 -0300 +@@ -17,6 +17,8 @@ + * + **************************************************************************/ + ++#include <string.h> ++ + #if SOGTK_DEBUG + static const char rcsid[] = + "$Id: SoGtk-20010601-string.patch,v 1.1 2005/07/29 20:19:14 vanquirius Exp $"; |