Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12 | Rev 13 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh /usr/share/dpatch/dpatch-run |
1 | #! /bin/sh /usr/share/dpatch/dpatch-run |
2 | ## 20_strict_includes.dpatch by <magnus@proffe.kibibyte.se> |
2 | ## 20_strict_includes.dpatch by Magnus Holmgren <magnus@kibibyte.se> |
3 | ## |
3 | ## |
4 | ## All lines beginning with `## DP:' are a description of the patch. |
4 | ## All lines beginning with `## DP:' are a description of the patch. |
5 | ## DP: No description. |
5 | ## DP: Add "#include <string.h>" as needed to fix FTBFS with GCC 4.3. |
6 | 6 | ||
7 | @DPATCH@ |
7 | @DPATCH@ |
8 | diff -urNad trunk~/src/dkim.cpp trunk/src/dkim.cpp |
8 | diff -urNad trunk~/src/dkim.cpp trunk/src/dkim.cpp |
9 | --- trunk~/src/dkim.cpp 2007-09-04 14:38:44.000000000 +0200 |
9 | --- trunk~/src/dkim.cpp 2007-09-04 14:38:44.000000000 +0200 |
10 | +++ trunk/src/dkim.cpp 2008-01-19 23:32:38.000000000 +0100 |
10 | +++ trunk/src/dkim.cpp 2008-01-19 23:32:38.000000000 +0100 |