Download raw body.
urban{t, }error
On 2024/06/21 07:26, Thomas Frohwein wrote: > urbanterror is another package that doesn't run without NOBTCFI. > Reported on reddit by Antoine-Darquier[1]. ok to add it with the diff > below? > > [1] https://old.reddit.com/r/openbsd/comments/1djhakq/urbanterror_error_on_amd_rx_7600_gpu/ > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/games/urbanterror/Makefile,v > retrieving revision 1.9 > diff -u -p -r1.9 Makefile > --- Makefile 11 Mar 2022 19:05:05 -0000 1.9 > +++ Makefile 21 Jun 2024 11:22:27 -0000 > @@ -1,11 +1,14 @@ > ONLY_FOR_ARCHS = amd64 i386 > > +USE_NOBTCFI = Yes > + > COMMENT = fast-paced hollywood-tactical shooter: "fun over realism" > DISTNAME = urbanterror-4.3.4 > > GH_ACCOUNT = Barbatos > GH_PROJECT = ioq3-for-UrbanTerror-4 > GH_TAGNAME = release-4.3.4 > +REVISION = 0 > > CATEGORIES = games x11 > > ok
urban{t, }error