pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/aalib Since ncurses is not buildlinked, then ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd1e21de368e
branches:  trunk
changeset: 463945:cd1e21de368e
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Dec 03 02:14:00 2003 +0000

description:
Since ncurses is not buildlinked, then make sure that
curses is not used. This is so for pkgsrc-users who have a curses
and they use LOCALBASE=/usr, it won't be detected, configured,
and built with it. (Because then could break devel/SDL build later
due to missing libncurses.la.)

The real fix is to improve the buildlink system to work
with LOCALBASE=/usr too. But this will work until that is done.

diffstat:

 graphics/aalib/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f24d5aa3076c -r cd1e21de368e graphics/aalib/Makefile.common
--- a/graphics/aalib/Makefile.common    Wed Dec 03 01:57:08 2003 +0000
+++ b/graphics/aalib/Makefile.common    Wed Dec 03 02:14:00 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2003/10/26 06:50:10 grant Exp $
+# $NetBSD: Makefile.common,v 1.11 2003/12/03 02:14:00 reed Exp $
 
 DISTNAME=      aalib-${DIST_VERS}
 WRKSRC=                ${WRKDIR}/aalib-1.4.0
@@ -18,6 +18,8 @@
 USE_LIBTOOL=           YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 
+CONFIGURE_ARGS+=       --with-curses-driver=no
+
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
 USE_PKGSRC_GCC=                # defined
 .endif



Home | Main Index | Thread Index | Old Index