pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gauche use buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cd4d658f1ae
branches:  trunk
changeset: 475053:3cd4d658f1ae
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 09 14:23:55 2004 +0000

description:
use buildlink3.

diffstat:

 lang/gauche/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 5607174e8e59 -r 3cd4d658f1ae lang/gauche/Makefile
--- a/lang/gauche/Makefile      Sun May 09 13:55:36 2004 +0000
+++ b/lang/gauche/Makefile      Sun May 09 14:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/03/29 09:34:26 kei Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/09 14:23:55 grant Exp $
 #
 
 DISTNAME=      Gauche-0.7.4.2
@@ -25,7 +25,7 @@
 .endif
 
 GNU_CONFIGURE= yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 CONFIGURE_ARGS+=       --with-slib=${PREFIX}/share/slib
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ENV+=                AS="${CC} -x assembler-with-cpp -c"
@@ -42,10 +42,10 @@
 .endif
 
 .if ${OPSYS} == "Darwin"
-.  include "../../devel/dlcompat/buildlink2.mk"
+.  include "../../devel/dlcompat/buildlink3.mk"
 .endif
-.include "../../devel/boehm-gc/buildlink2.mk"
-.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
 
 .if !empty(_WITH_ICONV_LIB)



Home | Main Index | Thread Index | Old Index