diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-19 16:12:36 -0500 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:25 +0100 |
commit | f7e779001c685e33415bc81b068211ed14b2a9a4 (patch) | |
tree | ba96a0fee0effcc9cd54d34fd08da55dc1c794e3 /desktop/wmudmount/perlfix.diff | |
parent | efa619c20cb3bb4bcf1e04d95f24a1bebecb4f1b (diff) |
desktop/wmudmount: Fix build on -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/wmudmount/perlfix.diff')
-rw-r--r-- | desktop/wmudmount/perlfix.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/wmudmount/perlfix.diff b/desktop/wmudmount/perlfix.diff new file mode 100644 index 0000000000..1cb4f4e8d5 --- /dev/null +++ b/desktop/wmudmount/perlfix.diff @@ -0,0 +1,12 @@ +diff -Naur wmudmount-2.2/make-chars.pl wmudmount-2.2.patched/make-chars.pl +--- wmudmount-2.2/make-chars.pl 2014-02-03 00:41:59.000000000 -0500 ++++ wmudmount-2.2.patched/make-chars.pl 2018-02-19 16:09:56.660499062 -0500 +@@ -52,7 +52,7 @@ + + while(<IN>){ + $head.=$_; +- if(/^static char \* ([a-zA-Z0-9_]+_xpm)\[\] = {/){ ++ if(/^static char \* ([a-zA-Z0-9_]+_xpm)\[\] = \{/){ + $name=$1; + last; + } |