games/jumpnbump: add upstream fix for duplicate symbols
Obtained from: b72b70a423
This commit is contained in:
parent
4e0f2fd888
commit
93904a97c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566166
2 changed files with 6 additions and 4 deletions
|
@ -7,15 +7,15 @@ PORTREVISION= 1
|
|||
CATEGORIES= games
|
||||
MASTER_SITES= https://gitlab.com/LibreGames/jumpnbump/repository/${PORTVERSION}/archive.tar.bz2?dummy=/
|
||||
|
||||
PATCH_SITES= https://gitlab.com/LibreGames/jumpnbump/-/commit/
|
||||
PATCHFILES= b72b70a4233776bdaa6a683c89af2becefd53bd6.diff:-p1
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Play cute bunnies jumping on each other's heads #'
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_FreeBSD_13= ld: error: duplicate symbol: endscore_reached
|
||||
BROKEN_FreeBSD_14= ld: error: duplicate symbol: endscore_reached
|
||||
|
||||
USES= compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2
|
||||
SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre
|
||||
USE_SDL= sdl2 mixer2 net2
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1574265214
|
||||
TIMESTAMP = 1613838535
|
||||
SHA256 (jumpnbump-1.61.tar.bz2) = b6da729d4a7bdea81210b69cbf4d1f472b3aadf879d3e7b794b0fd70e5f291db
|
||||
SIZE (jumpnbump-1.61.tar.bz2) = 377685
|
||||
SHA256 (b72b70a4233776bdaa6a683c89af2becefd53bd6.diff) = 60adc26e959b161ff22a459ff849f11c87033bd36a501269f4a23826c5238bc7
|
||||
SIZE (b72b70a4233776bdaa6a683c89af2becefd53bd6.diff) = 2045
|
||||
|
|
Loading…
Reference in a new issue