diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 21:45:37 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 22:05:27 +0800 |
commit | bfe66803b9d9fffd7d18932200b09a196bd01ade (patch) | |
tree | 59f93bf8229f4392d44305b37afb02ee67b2af84 /security/libgsasl/files/patch-Makefile.in | |
parent | security/gsasl: Update to 2.2.1 (diff) |
security/libgsasl: Update to 2.2.1
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
Diffstat (limited to 'security/libgsasl/files/patch-Makefile.in')
-rw-r--r-- | security/libgsasl/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/libgsasl/files/patch-Makefile.in b/security/libgsasl/files/patch-Makefile.in index ec9305ee0624..6db4945972b0 100644 --- a/security/libgsasl/files/patch-Makefile.in +++ b/security/libgsasl/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2022-06-20 15:57:22 UTC +--- Makefile.in.orig 2024-01-02 17:12:11 UTC +++ Makefile.in -@@ -1855,7 +1855,7 @@ top_builddir = @top_builddir@ +@@ -2116,7 +2116,7 @@ ACLOCAL_AMFLAGS = -I m4 -I lib/m4 top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-gssapi-impl=no + AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-gssapi-impl=no ACLOCAL_AMFLAGS = -I m4 -I lib/m4 --SUBDIRS = lib po gl src examples tests doc gltests -+SUBDIRS = lib doc # po gl src examples tests docests +-SUBDIRS = lib po gl src examples tests doc ++SUBDIRS = lib doc # po gl src examples tests # git-version-gen - EXTRA_DIST = cfg.mk maint.mk build-aux/git2cl m4/gnulib-cache.m4 \ + EXTRA_DIST = cfg.mk maint.mk CONTRIBUTING.md build-aux/git2cl \ |