summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-03-05 16:23:52 +0000
committerjlam <jlam@pkgsrc.org>2008-03-05 16:23:52 +0000
commit3a9a5fdff858769244394789b68a5ee0358a8cbf (patch)
tree2e3b65e89a0fa5365e9ad6a27c6e0c9c7b6dab87 /audio
parentcfdba2b9391ccff56fc5b6daf27225863ee35105 (diff)
downloadpkgsrc-3a9a5fdff858769244394789b68a5ee0358a8cbf.tar.gz
+ Fix error in previous commit -- too much of the termcap buildlink
code was moved to the builtin.mk file. The buildlink3.mk file should contain the bits that always apply to all packages that include it. The builtin.mk file should include the bits that only apply if "termcap" is listed in ${BUILDLINK_PACKAGES} (this isn't the case if we use curses to replace termcap). As such, redistribute the code as follows: + Move the parts that remove -l options for terminal libraries we don't support, as well as for transforming "-ltermcap" into the appropriate libraries, from the builtin.mk back into the buildlink3.mk. + Leave the parts the remove -lcurses and -lncurses in the builtin.mk. We can remove the ${TERMCAP_TYPE} == "curses" check since that part of the file is protected by CHECK_BUILTIN.termcap, so it should only be triggered if "termcap" is in BUILDLINK_PACKAGES, which only happens if ${TERMCAP_TYPE} isn't "curses".
Diffstat (limited to 'audio')
0 files changed, 0 insertions, 0 deletions