diff --git a/games/yquake2/Makefile b/games/yquake2/Makefile index f94e80a3f4a..7664eaf980c 100644 --- a/games/yquake2/Makefile +++ b/games/yquake2/Makefile @@ -1,14 +1,13 @@ -# $OpenBSD: Makefile,v 1.22 2020/07/09 21:10:21 awolk Exp $ +# $OpenBSD: Makefile,v 1.23 2021/01/07 22:20:25 thfr Exp $ ONLY_FOR_ARCHS= i386 amd64 sparc64 COMMENT= Yamagi Quake II N= yquake2 -V= 7.43 +V= 7.45 PKGNAME= ${N}-${V} DISTNAME= quake2-${V} CATEGORIES= games -REVISION= 1 HOMEPAGE= https://www.yamagi.org/quake2/ MAINTAINER= Adam Wolk diff --git a/games/yquake2/distinfo b/games/yquake2/distinfo index d21ae6f6519..9f628949a16 100644 --- a/games/yquake2/distinfo +++ b/games/yquake2/distinfo @@ -1,2 +1,2 @@ -SHA256 (quake2-7.43.tar.xz) = kncKVwye61DtMF2DqHKeezTOv3Fm8bijXSPXSicXPxY= -SIZE (quake2-7.43.tar.xz) = 1989812 +SHA256 (quake2-7.45.tar.xz) = x1JFZ78apgRfJWGb6m5P2QZihLP7gYY7WB+0T09H/2U= +SIZE (quake2-7.45.tar.xz) = 1997816 diff --git a/games/yquake2/patches/patch-Makefile b/games/yquake2/patches/patch-Makefile new file mode 100644 index 00000000000..575af229a44 --- /dev/null +++ b/games/yquake2/patches/patch-Makefile @@ -0,0 +1,17 @@ +$OpenBSD: patch-Makefile,v 1.3 2021/01/07 22:20:26 thfr Exp $ + +Index: Makefile +--- Makefile.orig ++++ Makefile +@@ -452,11 +452,6 @@ release/quake2 : CFLAGS += -DHAVE_EXECINFO + release/quake2 : LDFLAGS += -lexecinfo + endif + +-ifeq ($(YQ2_OSTYPE), OpenBSD) +-release/quake2 : CFLAGS += -DHAVE_EXECINFO +-release/quake2 : LDFLAGS += -lexecinfo +-endif +- + ifeq ($(YQ2_OSTYPE), Haiku) + release/quake2 : CFLAGS += -DHAVE_EXECINFO + release/quake2 : LDFLAGS += -lexecinfo