diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-11 20:39:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:50 +0700 |
commit | ef70875e1f61af6e82771c4e597e3f4b4ac85706 (patch) | |
tree | a24e4b64576a118376828d42d52688fa803febe0 /office/zathura/dlopen_hack.diff | |
parent | a969a5388b33ab22311f443694e351cb3cfbbcea (diff) | |
download | slackbuilds-ef70875e1f61af6e82771c4e597e3f4b4ac85706.tar.gz |
office/zathura: Updated for version 0.3.3.
Diffstat (limited to 'office/zathura/dlopen_hack.diff')
-rw-r--r-- | office/zathura/dlopen_hack.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/office/zathura/dlopen_hack.diff b/office/zathura/dlopen_hack.diff index 6f4ef64c1f..457d08ced9 100644 --- a/office/zathura/dlopen_hack.diff +++ b/office/zathura/dlopen_hack.diff @@ -1,15 +1,15 @@ -diff -Naur zathura-0.2.7/zathura.c zathura-0.2.7.patched/zathura.c ---- zathura-0.2.7/zathura.c 2014-02-17 11:16:57.000000000 -0500 -+++ zathura-0.2.7.patched/zathura.c 2014-08-22 02:39:14.000000000 -0400 +diff -Naur zathura-0.3.3/zathura/zathura.c zathura-0.3.3.patched/zathura/zathura.c +--- zathura-0.3.3/zathura/zathura.c 2015-04-13 16:54:30.000000000 -0400 ++++ zathura-0.3.3.patched/zathura/zathura.c 2015-05-11 14:45:31.000000000 -0400 @@ -3,6 +3,7 @@ - #define _BSD_SOURCE + #define _DEFAULT_SOURCE #define _XOPEN_SOURCE 700 +#include <dlfcn.h> #include <errno.h> #include <stdlib.h> #include <unistd.h> -@@ -101,6 +102,7 @@ +@@ -116,6 +117,7 @@ } /* load plugins */ |