summaryrefslogtreecommitdiffstats
path: root/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-04 01:15:06 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-04 01:15:06 (GMT)
commitd4021c711c7caaeee1c96b37252692a29fcc58c1 (patch)
tree5b6ec8d95821b4685764872bf3f53bee6d8f629a /abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch
parent8f53d430ab53cfd7f26b914bc1860f0273164373 (diff)
downloadlinhes_pkgbuild-d4021c711c7caaeee1c96b37252692a29fcc58c1.zip
linhes_pkgbuild-d4021c711c7caaeee1c96b37252692a29fcc58c1.tar.gz
linhes_pkgbuild-d4021c711c7caaeee1c96b37252692a29fcc58c1.tar.bz2
dvdauthor: update to 0.7.1
Diffstat (limited to 'abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch')
-rw-r--r--abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch b/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch
new file mode 100644
index 0000000..af6956c
--- /dev/null
+++ b/abs/core/dvdauthor/dvdauthor-0.7.1-compat.h.patch
@@ -0,0 +1,11 @@
+--- src/compat.h.orig 2014-12-04 00:12:12.454643812 +0000
++++ src/compat.h 2014-12-04 00:13:03.341422817 +0000
+@@ -1,6 +1,8 @@
+ // basic headers
+ #define _GNU_SOURCE /* really just for strndup */
+
++#include "config.h"
++
+ #ifdef HAVE_STDBOOL_H
+ # include <stdbool.h>
+ #else