pkgsrc/devel/ncurses/patches/patch-ag
jlam 5ac3efc263 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.
2001-06-19 05:35:38 +00:00

13 lines
362 B
Text

$NetBSD: patch-ag,v 1.5 2001/06/19 05:35:39 jlam Exp $
--- ncurses/Makefile.in.orig Sat Oct 14 18:55:35 2000
+++ ncurses/Makefile.in
@@ -99,7 +99,7 @@
LINK = $(LIBTOOL) $(CC)
LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@
-SHLIB_DIRS = -L../lib -L$(libdir)
+SHLIB_DIRS = -L../lib
SHLIB_LIST = $(SHLIB_DIRS) @SHLIB_LIST@
TINFO_LIST = $(SHLIB_DIRS) @TINFO_LIST@