pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/guile-gtk Note why this fails with guile 2.0 (an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/920042e14ea6
branches:  trunk
changeset: 352500:920042e14ea6
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Sep 15 15:42:39 2016 +0000

description:
Note why this fails with guile 2.0 (and leave it at 1.8)

diffstat:

 devel/guile-gtk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dbf27431eb02 -r 920042e14ea6 devel/guile-gtk/Makefile
--- a/devel/guile-gtk/Makefile  Thu Sep 15 15:38:20 2016 +0000
+++ b/devel/guile-gtk/Makefile  Thu Sep 15 15:42:39 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2016/09/15 14:32:39 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2016/09/15 15:42:39 gdt Exp $
 #
 
 DISTNAME=              guile-gtk-0.60
@@ -17,6 +17,7 @@
 MAKE_ENV+=             MACHINE_ARCH=${MACHINE_ARCH:Q}
 INFO_FILES=            yes
 
+# Does not build with guile20 due to gh.h
 .include "../../lang/guile/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index