pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/aalib Make sure doesn't build with slang supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/500b95fb3f30
branches:  trunk
changeset: 472864:500b95fb3f30
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Apr 13 05:02:01 2004 +0000

description:
Make sure doesn't build with slang support.
(I am using LOCALBASE as /usr and later noticed that gphoto2
wants libslang due to this aalib. aalib is one of the very
rare situations where it brings in extra support for me.)

diffstat:

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

diffs (17 lines):

diff -r 3371c270eff5 -r 500b95fb3f30 graphics/aalib/Makefile.common
--- a/graphics/aalib/Makefile.common    Tue Apr 13 02:57:02 2004 +0000
+++ b/graphics/aalib/Makefile.common    Tue Apr 13 05:02:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile.common,v 1.18 2004/04/13 05:02:01 reed Exp $
 
 DISTNAME=      aalib-${DIST_VERS}
 CATEGORIES+=   graphics
@@ -18,6 +18,7 @@
 USE_LIBTOOL=           YES
 
 CONFIGURE_ARGS+=       --with-curses-driver=no
+CONFIGURE_ARGS+=       --with-slang-driver=no
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
 GCC_REQD+=             2.95.3



Home | Main Index | Thread Index | Old Index