pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gtmess Make this package build on NetBSD-1.6*.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c532053d3c9a
branches:  trunk
changeset: 490098:c532053d3c9a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Mar 02 23:32:12 2005 +0000

description:
Make this package build on NetBSD-1.6*.
  - Bypass the iconv library test in configure since the test fails to
    detect GNU libiconv.
  - Use ncurses on NetBSD-1.x.

diffstat:

 chat/gtmess/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 2b6f1c6e08b1 -r c532053d3c9a chat/gtmess/Makefile
--- a/chat/gtmess/Makefile      Wed Mar 02 23:22:41 2005 +0000
+++ b/chat/gtmess/Makefile      Wed Mar 02 23:32:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 14:33:05 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/03/02 23:32:12 minskim Exp $
 #
 
 DISTNAME=              gtmess-0.9
@@ -16,8 +16,12 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+CONFIGURE_ENV+=                ac_cv_search_iconv=${BUILDLINK_LDADD.iconv:Q}
+
+INCOMPAT_CURSES=       NetBSD-1.*
+
 .include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index