pkgsrc/devel/ncurses/patches/patch-ae
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
370 B
Text

$NetBSD: patch-ae,v 1.5 2001/06/19 05:35:39 jlam Exp $
--- form/Makefile.in.orig Sat Oct 14 13:57:02 2000
+++ form/Makefile.in
@@ -85,7 +85,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@