diff options
author | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2020-03-07 22:18:27 +0000 |
---|---|---|
committer | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2020-03-07 22:18:27 +0000 |
commit | 8ade9acb7962be3a735fcae897d1bf71fcb8555e (patch) | |
tree | 68e90984beaba9bf4b875dd3616b461978be9e70 /net/nxproxy/files/patch-configure.ac | |
parent | devel/xeus: Update 0.23.5 -> 0.23.6 (diff) |
net/nxproxy: Update to 3.5.99.20-1
PR: 209177
Submitted by: Michael Muenz <m.muenz@gmail.com>
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'net/nxproxy/files/patch-configure.ac')
-rw-r--r-- | net/nxproxy/files/patch-configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/nxproxy/files/patch-configure.ac b/net/nxproxy/files/patch-configure.ac new file mode 100644 index 000000000000..6681815bb578 --- /dev/null +++ b/net/nxproxy/files/patch-configure.ac @@ -0,0 +1,12 @@ +--- configure.ac.orig 2019-11-16 05:32:28 UTC ++++ configure.ac +@@ -16,9 +16,6 @@ AC_CONFIG_MACRO_DIR([m4]) + + AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) + +-# Initialize libtool +-AC_PROG_LIBTOOL +- + PROXY_VERSION=nxproxy_version + AC_SUBST([PROXY_VERSION]) + |