diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-11-07 23:45:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-11-07 23:45:51 +0000 |
commit | 389361461fc0c2c5e567ed8cd3ad8d6b33588dd7 (patch) | |
tree | 87e6a091803f6faae81b710c3570eb795d34c508 /pkgtools | |
parent | 21a772afa3c292a900bdd419b5bb9f51254b8a1a (diff) | |
download | pkgsrc-389361461fc0c2c5e567ed8cd3ad8d6b33588dd7.tar.gz |
fix for objdir compiles
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/ftp/patches/patch-ae | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/ftp/patches/patch-ae b/pkgtools/ftp/patches/patch-ae index fc28cacc8e9..32479b8fc9d 100644 --- a/pkgtools/ftp/patches/patch-ae +++ b/pkgtools/ftp/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1 1998/09/30 10:27:54 hubertf Exp $ +$NetBSD: patch-ae,v 1.2 1998/11/07 23:45:51 hubertf Exp $ --- Makefile.orig Thu Jul 23 13:13:14 1998 +++ Makefile Wed Sep 30 09:08:58 1998 @@ -12,7 +12,7 @@ $NetBSD: patch-ae,v 1.1 1998/09/30 10:27:54 hubertf Exp $ # Uncomment the following to provide defaults for gate-ftp operation # #CPPFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 -+CPPFLAGS+= -I. ++CPPFLAGS+= -I${.CURDIR} LDADD+= -ledit -ltermcap -lutil DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL} |