diff --git a/games/garden-of-coloured-lights/Makefile b/games/garden-of-coloured-lights/Makefile index 7c8bee663981..c65e802ce5df 100644 --- a/games/garden-of-coloured-lights/Makefile +++ b/games/garden-of-coloured-lights/Makefile @@ -1,36 +1,36 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= garden-of-coloured-lights PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/garden/garden/${PORTVERSION}/ DISTNAME= garden-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Old school 2D vertical shoot-em-up with some innovative elements LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liballeg.so:devel/allegro GNU_CONFIGURE= yes USES= desktop-file-utils gnome localbase INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/garden PORTDOCS= AUTHORS ChangeLog NEWS README PORTDATA= * OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/games/garden-of-coloured-lights/files/patch-src_main.c b/games/garden-of-coloured-lights/files/patch-src_main.c new file mode 100644 index 000000000000..1ff77f221914 --- /dev/null +++ b/games/garden-of-coloured-lights/files/patch-src_main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig 2015-01-19 20:19:08 UTC ++++ src/main.c +@@ -55,7 +55,7 @@ struct enemystruct enemy [NO_ENEMIES]; + struct ebulletstruct ebullet [NO_EBULLETS]; + struct pbulletstruct pbullet [NO_PBULLETS]; + struct arenastruct arena; +-struct eclassstruct eclass [NO_ENEMY_TYPES]; ++extern struct eclassstruct eclass [NO_ENEMY_TYPES]; + struct cloudstruct cloud [NO_CLOUDS]; + struct bossstruct boss; +