1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Change CFLAGS to get modified in Makefile.inc, fixing the

problem several people have reported with make.conf setting ${CFLAGS}.

Partially submitted by:	Jos Backus <Jos.Backus@nl.origin-it.com>
This commit is contained in:
Brian Feldman 1999-11-28 21:40:58 +00:00
parent f35e6e2dbb
commit cc029c1647
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23476
2 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,6 @@ RESTRICTED= "Links with cryptographic code."
CAT?= /bin/cat
DISTFILES!= ${CAT} ${FILESDIR}/distfiles
CFLAGS+= -DHAVE_OPENPTY -I${PREFIX}/include
CVS_CMD?= cvs -z3
CVS_DATE= Tue Nov 23 18:52:21 EST 1999
SED?= /usr/bin/sed

View File

@ -1,6 +1,6 @@
--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/Makefile.inc Mon Oct 25 16:27:26 1999
+++ ./Makefile.inc Tue Nov 23 19:19:33 1999
@@ -2,10 +2,9 @@
+++ Makefile.inc Sun Nov 28 16:29:13 1999
@@ -2,10 +2,13 @@
.include <bsd.obj.mk>
@ -12,6 +12,9 @@
+KERBEROS?= no
+SKEY?= no
+TCP_WRAPPERS?= yes
+.if !defined(MAKEFILE_INC_FIRST_PASS)
+MAKEFILE_INC_FIRST_PASS= 0
+CFLAGS+= -DHAVE_OPENPTY -I${PREFIX}/include
LDADD+= -L${.CURDIR}/../lib -lssh
DPADD+= ${.CURDIR}/../lib/libssh.a
-.endif
.endif