PKGBUILDs/extra/gmetadom/gmetadom-0.2.6-gcc43.patch
2009-10-09 21:23:22 -05:00

18 lines
700 B
Diff

#! /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"