diff options
Diffstat (limited to 'www/libnghttp2/files/patch-Makefile.in')
-rw-r--r-- | www/libnghttp2/files/patch-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/libnghttp2/files/patch-Makefile.in b/www/libnghttp2/files/patch-Makefile.in index d4174dca7bda..cb19bca5f5d0 100644 --- a/www/libnghttp2/files/patch-Makefile.in +++ b/www/libnghttp2/files/patch-Makefile.in @@ -1,16 +1,16 @@ ---- Makefile.in.orig 2023-02-13 12:02:52 UTC +--- Makefile.in.orig 2025-09-02 12:26:39 UTC +++ Makefile.in -@@ -448,11 +448,10 @@ top_srcdir = @top_srcdir@ +@@ -458,11 +458,10 @@ top_srcdir = @top_srcdir@ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --SUBDIRS = lib third-party src bpf examples tests integration-tests \ -- doc contrib script +-SUBDIRS = lib tests third-party src bpf examples integration-tests \ +- doc contrib +SUBDIRS = lib ACLOCAL_AMFLAGS = -I m4 -dist_doc_DATA = README.rst -+dist_doc_DATA = ++dist_doc_DATA = EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-env \ Dockerfile.android \ cmakeconfig.h.in \ |