diff options
Diffstat (limited to 'network/dnscrypt-wrapper/Makefile.patch')
-rw-r--r-- | network/dnscrypt-wrapper/Makefile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/dnscrypt-wrapper/Makefile.patch b/network/dnscrypt-wrapper/Makefile.patch new file mode 100644 index 0000000000..136c782585 --- /dev/null +++ b/network/dnscrypt-wrapper/Makefile.patch @@ -0,0 +1,10 @@ +--- Makefile.orig 2014-08-06 19:21:52.477696790 -0400 ++++ Makefile 2014-08-06 19:22:44.670100677 -0400 +@@ -154,7 +154,6 @@ + @$(MAKE) -C argparse libargparse.a + + argparse/argparse.h: +- git submodule update --init argparse + + $(LIB_OBJS): $(LIB_H) + |