summaryrefslogtreecommitdiff
path: root/devel/ncurses/patches/patch-ah
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-19 05:35:38 +0000
committerjlam <jlam@pkgsrc.org>2001-06-19 05:35:38 +0000
commit5ac3efc263e94c00862a2b90822cbe5ebf481563 (patch)
treedd6e96e43aa24d996ccbbef38e4fb950bc414a1e /devel/ncurses/patches/patch-ah
parent4e4de14e1c4e3a699ee977c5855281551f9973fc (diff)
downloadpkgsrc-5ac3efc263e94c00862a2b90822cbe5ebf481563.tar.gz
Remove explicit inclusion of -I$(includedir) into CPPFLAGS and -L$(libdir)
into LDFLAGS. This makes building of ncurses on a system already having ncurses installed possible. This is just another chapter of the continuing buildlink saga.
Diffstat (limited to 'devel/ncurses/patches/patch-ah')
-rw-r--r--devel/ncurses/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ncurses/patches/patch-ah b/devel/ncurses/patches/patch-ah
new file mode 100644
index 00000000000..4c96720bc74
--- /dev/null
+++ b/devel/ncurses/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.5 2001/06/19 05:35:39 jlam Exp $
+
+--- panel/Makefile.in.orig Sat Oct 14 13:57:02 2000
++++ panel/Makefile.in
+@@ -86,7 +86,7 @@
+ LINK = $(LIBTOOL) $(CC)
+ LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@
+
+-SHLIB_DIRS = -L../lib -L$(libdir)
++SHLIB_DIRS = -L../lib
+ SHLIB_LIST = $(SHLIB_DIRS) -lncurses@LIB_SUFFIX@ @SHLIB_LIST@
+
+ MK_SHARED_LIB = @MK_SHARED_LIB@