summaryrefslogtreecommitdiff
path: root/packages/p3scan/files
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-08-08 11:47:45 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-08-08 11:47:45 +0000
commit02c35cbf6612509ba819710882ed5f3789c715fd (patch)
treeaf0cd6ca28110ded640d8f1190fa47401d4e4e65 /packages/p3scan/files
parent30465a5a5c773c1d8d30e17621e950e78088d5ea (diff)
p3scan 2.9.05d: Fix up configure.in to work with the recently updated
m4/autotools. It wasn't happy about the lack of a new line at the end of configure.in.
Diffstat (limited to 'packages/p3scan/files')
-rw-r--r--packages/p3scan/files/configure.in-add-newline.patch14
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