diff options
Diffstat (limited to 'www/neon/files/patch-Makefile.in')
-rw-r--r-- | www/neon/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/neon/files/patch-Makefile.in b/www/neon/files/patch-Makefile.in new file mode 100644 index 000000000000..2e20a7cbc836 --- /dev/null +++ b/www/neon/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2022-02-27 07:23:39 UTC ++++ Makefile.in +@@ -148,7 +148,7 @@ install-memleak: + @echo "ERROR: purposes only; this copy of neon must not be installed." + @false + +-install-yes: install-lib install-headers install-config install-docs install-nls ++install-yes: install-lib install-headers install-config install-html install-man install-nls + + # libtool does all the necessary magic here + install-lib: subdirs |