PKGBUILDs/extra/gmetadom/gmetadom-0.2.6-gcc43.patch

19 lines
700 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_gcc43-fix.dpatch by Michael Bienia <geser@ubuntu.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad gmetadom-0.2.5-3ubuntu1~/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh gmetadom-0.2.5-3ubuntu1/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh
--- gmetadom-0.2.5-3ubuntu1~/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh 2007-11-21 18:27:08.000000000 +0100
+++ gmetadom-0.2.5-3ubuntu1/src/gdome_cpp_smart/include/GdomeSmartDOMTraits.hh 2007-11-28 12:16:00.000000000 +0100
@@ -26,6 +26,7 @@
*/
#include <string>
+#include <cstring>
#include "GdomeSmartDOMChar.hh"