summaryrefslogtreecommitdiff
path: root/net/ncftp2
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-22 20:30:20 +0000
committertron <tron@pkgsrc.org>1998-02-22 20:30:20 +0000
commit01de25f6ea43532cb3291cdc076b77e37ea840ec (patch)
tree8583fb9d2fc08fd07f57b0c3d517f4c2bdc4d787 /net/ncftp2
parentf844dfcb0e4c38dcecee4b30c47ccb6a75289a90 (diff)
downloadpkgsrc-01de25f6ea43532cb3291cdc076b77e37ea840ec.tar.gz
Make sure that a ncurses library in "/usr/local" isn't used.
Diffstat (limited to 'net/ncftp2')
-rw-r--r--net/ncftp2/Makefile4
-rw-r--r--net/ncftp2/patches/patch-ac11
2 files changed, 13 insertions, 2 deletions
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile
index ff924f4bc7e..90b28d6e17a 100644
--- a/net/ncftp2/Makefile
+++ b/net/ncftp2/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $NetBSD: Makefile,v 1.2 1998/02/20 14:28:46 tron Exp $
+# $NetBSD: Makefile,v 1.3 1998/02/22 20:30:20 tron Exp $
# $FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
#
@@ -16,7 +16,7 @@ MAINTAINER= ache@FreeBSD.ORG
LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-curses=${PREFIX} --disable-readline
+CONFIGURE_ARGS+= --disable-readline
MAN1= ncftp2.1
do-install:
diff --git a/net/ncftp2/patches/patch-ac b/net/ncftp2/patches/patch-ac
new file mode 100644
index 00000000000..60955c2b5b3
--- /dev/null
+++ b/net/ncftp2/patches/patch-ac
@@ -0,0 +1,11 @@
+--- configure.orig Mon Oct 28 08:26:46 1996
++++ configure Sun Feb 22 21:23:03 1998
+@@ -1075,7 +1075,7 @@
+ echo "checking for extra include and lib directories..." 1>&6
+ b1=`cd .. ; pwd`
+ b2=`cd ../.. ; pwd`
+-exdirs="$HOME $j $b1 $b2 $prefix /usr/local /usr/ccs"
++exdirs="$HOME $j $b1 $b2 $prefix /usr/ccs"
+
+ subexdirs="-"
+ if test "$subexdirs" = "" ; then