mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
19 lines
700 B
Diff
19 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"
|
||
|
|