mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
This is only compile tested, not run-tested as I don't use this software. Rather than patching the nested libssh, it switches to using libssh from security/libssh. There is then an additional patch to support OpenSSL 1.1. PR: 228938 Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D20844
19 lines
903 B
Text
19 lines
903 B
Text
--- Makefile.in.orig 2019-07-03 10:16:17.248064000 -0700
|
|
+++ Makefile.in 2019-07-03 10:16:37.888155000 -0700
|
|
@@ -52,7 +52,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
|
$(top_srcdir)/common_m4/set_dirs.m4 \
|
|
$(top_srcdir)/common_m4/standard_headers_functions.m4 \
|
|
$(top_srcdir)/common_m4/standard_options.m4 \
|
|
- $(top_srcdir)/libssh/configure.m4 \
|
|
$(top_srcdir)/common_m4/compiler_options.m4 \
|
|
$(top_srcdir)/common_m4/cflags.m4 $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
@@ -262,7 +261,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = m4 etc include libssh src tests
|
|
+SUBDIRS = m4 etc include src tests
|
|
EXTRA_DIST = BUGS COPYING INSTALL LICENSE README TODO
|
|
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = razorback.pc
|