diff options
Diffstat (limited to 'network/vimb/Makefile.patch')
-rw-r--r-- | network/vimb/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/vimb/Makefile.patch b/network/vimb/Makefile.patch new file mode 100644 index 0000000000000..88b76c6e3d9f5 --- /dev/null +++ b/network/vimb/Makefile.patch @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2018-06-28 04:21:53.000000000 +0200 ++++ src/Makefile 2018-06-28 04:21:22.000000000 +0200 +@@ -16,6 +16,8 @@ + + $(OBJ): config.h ../config.mk + ++input.o: scripts/scripts.h ++ + normal.o: scripts/scripts.h + + setting.o: scripts/scripts.h |