]> git.sesse.net Git - vlc/commitdiff
cddb: fix spelling errors in header guards
authorSean McGovern <gseanmcg@gmail.com>
Mon, 10 Nov 2014 16:55:50 +0000 (16:55 +0000)
committerTristan Matthews <tmatth@videolan.org>
Mon, 10 Nov 2014 18:03:52 +0000 (13:03 -0500)
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
contrib/src/cddb/fix-header-guards.patch [new file with mode: 0644]
contrib/src/cddb/rules.mak

diff --git a/contrib/src/cddb/fix-header-guards.patch b/contrib/src/cddb/fix-header-guards.patch
new file mode 100644 (file)
index 0000000..6678922
--- /dev/null
@@ -0,0 +1,22 @@
+--- cddb/include/cddb/cddb_log.h.orig  2005-03-11 16:29:29.000000000 -0500
++++ cddb/include/cddb/cddb_log.h       2014-11-10 12:45:12.000000000 -0500
+@@ -19,7 +19,7 @@
+     Boston, MA  02111-1307, USA.
+ */
+-#ifndef CDDB_LOH_H
++#ifndef CDDB_LOG_H
+ #define CDDB_LOG_H
+ #ifdef __cplusplus
+--- cddb/include/cddb/cddb_log_ni.h.orig       2005-03-11 16:29:29.000000000 -0500
++++ cddb/include/cddb/cddb_log_ni.h    2014-11-10 12:45:32.000000000 -0500
+@@ -19,7 +19,7 @@
+     Boston, MA  02111-1307, USA.
+ */
+-#ifndef CDDB_LOH_NI_H
++#ifndef CDDB_LOG_NI_H
+ #define CDDB_LOG_NI_H
+ #ifdef __cplusplus
index 1adaf89d4ccb78ec4cda419c7026d3fe3cc9d52f..43fd3d92fd21087c020952c3f1b378c109a7b57a 100644 (file)
@@ -21,6 +21,7 @@ cddb: libcddb-$(CDDB_VERSION).tar.bz2 .sum-cddb
        $(APPLY) $(SRC)/cddb/cross.patch
        $(APPLY) $(SRC)/cddb/getenv-crash.patch
        $(APPLY) $(SRC)/cddb/cddb-no-alarm.patch
+       $(APPLY) $(SRC)/cddb/fix-header-guards.patch
 ifdef HAVE_WIN32
        $(APPLY) $(SRC)/cddb/win32-pkg.patch
 endif