pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk TERMCAP_TYPE isn't really a variable that you can s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6bfaa8da642
branches:  trunk
changeset: 539435:e6bfaa8da642
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 05 17:38:58 2008 +0000

description:
TERMCAP_TYPE isn't really a variable that you can set, so add it to
BUILD_DEFS_EFFECTS instead of BUILD_DEFS.

diffstat:

 mk/termcap.buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3bd0b0acbbb1 -r e6bfaa8da642 mk/termcap.buildlink3.mk
--- a/mk/termcap.buildlink3.mk  Wed Mar 05 17:17:52 2008 +0000
+++ b/mk/termcap.buildlink3.mk  Wed Mar 05 17:38:58 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: termcap.buildlink3.mk,v 1.5 2008/03/05 16:23:52 jlam Exp $
+# $NetBSD: termcap.buildlink3.mk,v 1.6 2008/03/05 17:38:58 jlam Exp $
 #
 # This Makefile fragment is meant to be included by packages that require
 # a termcap implementation that supports the basic termcap functions:
@@ -34,7 +34,7 @@
 .else
 TERMCAP_TYPE=  curses          # pkgsrc termcap is curses
 .endif
-BUILD_DEFS+=   TERMCAP_TYPE
+BUILD_DEFS_EFFECTS+=   TERMCAP_TYPE
 
 # Most GNU configure scripts will try finding every termcap implementation,
 # so prevent them from finding any except for the one we decide upon.



Home | Main Index | Thread Index | Old Index