diff options
author | gdt <gdt@pkgsrc.org> | 2016-09-16 01:10:06 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2016-09-16 01:10:06 +0000 |
commit | 8a9a4d709048d5067a648b03c7efe38d8e8f85b2 (patch) | |
tree | 4cd7705ef64c7650335f94e8b69dff71e982a3c9 /games | |
parent | 715d8e29895c5664f4bc297cc274346a027aa3bb (diff) | |
download | pkgsrc-8a9a4d709048d5067a648b03c7efe38d8e8f85b2.tar.gz |
Note error with guile 2.0 and therefore leave at 1.8
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 1f57164ca1c..41d25200054 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -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>=2.12.6 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" |