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 | bb454027e1c7b662dd0a4ef53a88114d7fa94d1b (patch) | |
tree | 582292534c42c12c4e333f3cffe6d981287f0708 | |
parent | 48485140b7e60b0b2472e0f6a89e6e78aaa610f7 (diff) | |
download | pkgsrc-bb454027e1c7b662dd0a4ef53a88114d7fa94d1b.tar.gz |
Note error with guile 2.0 and therefore leave at 1.8
-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" |