aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh/files
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-02-13 07:55:48 +0800
committergreen <green@FreeBSD.org>2000-02-13 07:55:48 +0800
commit9d712e0c680431bba3713d859cfa43d50b4eb8f5 (patch)
treef8edb9db092b87b1992b1163659460fd33a65ca5 /security/openssh/files
parent274143ec1a0b43a65adc3dbdeb6ed1f46869cba3 (diff)
downloadfreebsd-ports-gnome-9d712e0c680431bba3713d859cfa43d50b4eb8f5.tar.gz
freebsd-ports-gnome-9d712e0c680431bba3713d859cfa43d50b4eb8f5.tar.zst
freebsd-ports-gnome-9d712e0c680431bba3713d859cfa43d50b4eb8f5.zip
Clean things up by using the new knob for OpenSSL usage.
Submitted by: kris
Diffstat (limited to 'security/openssh/files')
-rw-r--r--security/openssh/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh/files/patch-ab b/security/openssh/files/patch-ab
index 6154746a3d81..d5f8ab95fa69 100644
--- a/security/openssh/files/patch-ab
+++ b/security/openssh/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.inc.orig Wed Feb 9 01:00:11 2000
-+++ Makefile.inc Wed Feb 9 01:08:09 2000
+--- Makefile.inc.orig Fri Feb 11 23:56:29 2000
++++ Makefile.inc Fri Feb 11 23:57:56 2000
@@ -2,10 +2,14 @@
.include <bsd.obj.mk>
@@ -15,7 +15,7 @@
+TCP_WRAPPERS?= yes
+.if !defined(MAKEFILE_INC_FIRST_PASS)
+MAKEFILE_INC_FIRST_PASS= 0
-+CFLAGS+= -I${PREFIX}/include ${INET6FLAGS}
++CFLAGS+= -I${OPENSSLINC} ${INET6FLAGS}
LDADD+= -L${.CURDIR}/../lib -lssh
DPADD+= ${.CURDIR}/../lib/libssh.a
.endif