Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+11 -2
View File
@@ -1,6 +1,6 @@
$NetBSD: patch-Makefile,v 1.1 2013/01/08 10:16:43 wiz Exp $
$NetBSD: patch-Makefile,v 1.2 2013/10/16 23:28:49 roy Exp $
DESTDIR support.
DESTDIR and curses support.
--- Makefile.orig 2006-05-18 08:27:43.000000000 +0000
+++ Makefile
@@ -17,3 +17,12 @@ DESTDIR support.
TWEAK := main.o keytab.o actions.o search.o rcfile.o buffer.o btree.o
@@ -34,7 +35,7 @@ ifeq ($(SLANG),yes)
LIBS += -lslang
TWEAK += slang.o
else
-LIBS += -lncurses
+LIBS += -lcurses
TWEAK += curses.o
endif