diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-08 17:06:27 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-08 17:06:27 +0000 |
commit | 89f4a812b9defa0977d3c2fa3416a96a2772a92b (patch) | |
tree | 48df21f21eb976a39801d2134c9eaac1015b45ef /packages/p3scan/files/configure.in-add-newline.patch | |
parent | f2bfdec5ff7076060a95daa21922374cfa4ef9c4 (diff) | |
parent | b6cea476b9e88669253d1e8761c8f3f118d91228 (diff) |
merge of '445066af3cf565c9d88cd6187570272cfa926958'
and '76d3b20f964cec7e37a6e3a20c6298ed35aee629'
Diffstat (limited to 'packages/p3scan/files/configure.in-add-newline.patch')
-rw-r--r-- | packages/p3scan/files/configure.in-add-newline.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/p3scan/files/configure.in-add-newline.patch b/packages/p3scan/files/configure.in-add-newline.patch new file mode 100644 index 0000000000..0b1ff182e6 --- /dev/null +++ b/packages/p3scan/files/configure.in-add-newline.patch @@ -0,0 +1,14 @@ +Recent autotools/m4 updates don't like configure.in files without a newline +at the end. Fix this up. + +Index: p3scan-2.9.05d/configure.in +=================================================================== +--- p3scan-2.9.05d.orig/configure.in 2007-08-08 21:39:49.000000000 +1000 ++++ p3scan-2.9.05d/configure.in 2007-08-08 21:39:49.000000000 +1000 +@@ -456,4 +456,4 @@ + echo "Please consider donating to this project at http://p3scan.sourceforge.net" + echo "Mahalo Nui Loa and Enjoy!" + echo +-#EOF +\ No newline at end of file ++#EOF |