pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/gnome-games



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Sep 16 01:10:06 UTC 2016

Modified Files:
        pkgsrc/games/gnome-games: Makefile

Log Message:
Note error with guile 2.0 and therefore leave at 1.8


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/games/gnome-games/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/gnome-games/Makefile
diff -u pkgsrc/games/gnome-games/Makefile:1.151 pkgsrc/games/gnome-games/Makefile:1.152
--- pkgsrc/games/gnome-games/Makefile:1.151     Thu Sep 15 14:32:40 2016
+++ pkgsrc/games/gnome-games/Makefile   Fri Sep 16 01:10:06 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2016/09/15 14:32:40 wiz Exp $
+# $NetBSD: Makefile,v 1.152 2016/09/16 01:10:06 gdt Exp $
 
 DISTNAME=              gnome-games-2.32.1
 PKGREVISION=           31
@@ -69,6 +69,8 @@ BUILDLINK_API_DEPENDS.librsvg+=       librsvg>
 BUILDLINK_API_DEPENDS.clutter+= clutter>=1.0
 .include "../../graphics/clutter/buildlink3.mk"
 .include "../../graphics/clutter-gtk0.10/buildlink3.mk"
+# guile 2.0 fails with
+# game.c:312:44: error: 'scm_the_last_stack_fluid_var' undeclared (first use in this function)
 .include "../../lang/guile/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/omf-scrollkeeper.mk"



Home | Main Index | Thread Index | Old Index