aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp2/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-10-17 22:22:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-10-17 22:22:18 +0000
commit781b71b2a6acac30399ebeb1fd8d0a8b399cdca6 (patch)
tree50e31362fe0e29d628222bfc6130095ba621a173 /ftp/ncftp2/files
parent43a2c8d6239988cb84f1d36428ebbc4b9b84dc2a (diff)
downloadports-781b71b2a6acac30399ebeb1fd8d0a8b399cdca6.tar.gz
ports-781b71b2a6acac30399ebeb1fd8d0a8b399cdca6.zip
Notes
Diffstat (limited to 'ftp/ncftp2/files')
-rw-r--r--ftp/ncftp2/files/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa
index eeae13116176..c5dfa7bceac2 100644
--- a/ftp/ncftp2/files/patch-aa
+++ b/ftp/ncftp2/files/patch-aa
@@ -1,19 +1,19 @@
-*** Makefile.in.orig Mon Jan 23 00:06:14 1995
---- Makefile.in Mon Jan 23 20:47:43 1995
+*** Makefile.in.orig Thu Oct 17 04:37:03 1996
+--- Makefile.in Fri Oct 18 02:12:57 1996
***************
*** 34,40 ****
VPATH=@srcdir@
- CPPFLAGS=@CPPFLAGS@ -I.
+ CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@
! LIBS=@LIBS@
- LDFLAGS=@LDFLAGS@
+ SHARED_LDFLAGS=@LDFLAGS@
+ STATIC_LDFLAGS=@LDFLAGS@ @SLDFLAGS@
- # Any -D definitions:
--- 34,40 ----
VPATH=@srcdir@
- CPPFLAGS=@CPPFLAGS@ -I.
+ CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@
! LIBS= -lreadline -lncurses -lmytinfo
- LDFLAGS=@LDFLAGS@
+ SHARED_LDFLAGS=@LDFLAGS@
+ STATIC_LDFLAGS=@LDFLAGS@ @SLDFLAGS@
- # Any -D definitions: