pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/pico We don't need to strip out "-lncurses" an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e476f65adfd
branches:  trunk
changeset: 539438:5e476f65adfd
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 05 19:02:13 2008 +0000

description:
We don't need to strip out "-lncurses" anymore -- termcap.builtin.mk
since revision 1.3 will automatically remove it for us from the command
line if we're not using curses as the terminal library.

diffstat:

 editors/pico/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r c85d2e9a3852 -r 5e476f65adfd editors/pico/Makefile
--- a/editors/pico/Makefile     Wed Mar 05 18:30:59 2008 +0000
+++ b/editors/pico/Makefile     Wed Mar 05 19:02:13 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2008/03/04 22:00:30 jlam Exp $
+# $NetBSD: Makefile,v 1.73 2008/03/05 19:02:13 jlam Exp $
 #
 # NOTE:
 # When updating, it is necessary to change the shlib version, located in
@@ -42,10 +42,6 @@
 BUILDNAME.*=           neb
 
 # Let termcap.buildlink3.mk handle using the right termcap library.
-SUBST_CLASSES+=                tcap
-SUBST_STAGE.tcap=      pre-configure
-SUBST_FILES.tcap=      pico/makefile.*
-SUBST_SED.tcap=                -e "s/-lncurses//"
 LIBS+=                 ${BUILDLINK_LDADD.termcap}
 
 MAKE_ENV+=     _STRIPFLAG_INSTALL=     # debug...



Home | Main Index | Thread Index | Old Index