From 0f4f8736dc77dc3db58f6947239bdefb469d76a1 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 5 Mar 2012 11:49:27 +0100 Subject: [PATCH] ncurses: Fix an almost 7 year old typo in the profiling libtinfo's name. It was introduced in c4c23d9061b6eb2a3456620a48b84583b00fe0ce. --- Makefile_upgrade.inc | 1 + lib/libncurses/libncurses/Makefile | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 46211535c3..0b3bbd77ca 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1980,6 +1980,7 @@ TO_REMOVE+=/usr/include/sys/dataacq.h TO_REMOVE+=/usr/share/man/cat4/bfq.4.gz TO_REMOVE+=/usr/share/man/man4/bfq.4.gz TO_REMOVE+=/usr/include/bus/pci/dc21040reg.h +TO_REMOVE+=/usr/lib/profile/libtinfo.aa .if ${MACHINE_ARCH} == "x86_64" TO_REMOVE+=/usr/libdata/stallion/2681.sys diff --git a/lib/libncurses/libncurses/Makefile b/lib/libncurses/libncurses/Makefile index 82b6781af1..9bf4c809c3 100644 --- a/lib/libncurses/libncurses/Makefile +++ b/lib/libncurses/libncurses/Makefile @@ -1,5 +1,3 @@ -# $DragonFly: src/lib/libncurses/libncurses/Makefile,v 1.11 2005/12/06 02:22:23 corecode Exp $ - LIB= ncurses .include "../Makefile.inc" @@ -302,7 +300,7 @@ SYMLINKS+=libncurses.a ${PROFLIBDIR}/libcurses.a SYMLINKS+=libncurses.a ${PROFLIBDIR}/libtermcap.a SYMLINKS+=libncurses.a ${PROFLIBDIR}/libtermlib.a SYMLINKS+=libncurses.a ${PROFLIBDIR}/libmytinfo.a -SYMLINKS+=libncurses.a ${PROFLIBDIR}/libtinfo.aa +SYMLINKS+=libncurses.a ${PROFLIBDIR}/libtinfo.a .endif INCS= term.h ${.CURDIR}/../include/termcap.h \ -- 2.41.0