diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2015-09-09 23:10:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-09 23:10:03 +0700 |
commit | fd59d463d3e36e8c856f524e4816b2a32642c04a (patch) | |
tree | dcb022f57d901a587756aec73133a488186329b5 /multimedia/dvdauthor/config.patch | |
parent | a0d62c93774cf7b1f4dbe6f708cfa53d9ec63b6e (diff) | |
download | slackbuilds-fd59d463d3e36e8c856f524e4816b2a32642c04a.tar.gz |
multimedia/dvdauthor: Patched for x86_64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/dvdauthor/config.patch')
-rw-r--r-- | multimedia/dvdauthor/config.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/dvdauthor/config.patch b/multimedia/dvdauthor/config.patch new file mode 100644 index 0000000000..5976969af5 --- /dev/null +++ b/multimedia/dvdauthor/config.patch @@ -0,0 +1,19 @@ +--- dvdvml.c.orig 2012-08-19 21:41:52.000000000 -0700 ++++ dvdvml.c 2015-06-09 15:28:51.780584903 -0700 +@@ -626,6 +626,7 @@ + * USA + */ + ++#include "config.h" + #include "compat.h" /* needed for bool */ + #include "dvdvm.h" + #include "dvdvmy.h" +--- dvdvmy.c.orig 2012-08-19 21:41:52.000000000 -0700 ++++ dvdvmy.c 2015-06-09 15:29:01.924584741 -0700 +@@ -96,6 +96,7 @@ + * USA + */ + ++#include "config.h" + #include "compat.h" /* needed for bool */ + #include "dvdvm.h" |