pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/guile-gtk
Module Name: pkgsrc
Committed By: gdt
Date: Thu Sep 15 15:42:39 UTC 2016
Modified Files:
pkgsrc/devel/guile-gtk: Makefile
Log Message:
Note why this fails with guile 2.0 (and leave it at 1.8)
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/guile-gtk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/guile-gtk/Makefile
diff -u pkgsrc/devel/guile-gtk/Makefile:1.49 pkgsrc/devel/guile-gtk/Makefile:1.50
--- pkgsrc/devel/guile-gtk/Makefile:1.49 Thu Sep 15 14:32:39 2016
+++ pkgsrc/devel/guile-gtk/Makefile Thu Sep 15 15:42:39 2016
@@ -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 @@ GNU_CONFIGURE= yes
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