diff options
Diffstat (limited to 'games/openbor/files/patch-Makefile')
-rw-r--r-- | games/openbor/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/openbor/files/patch-Makefile b/games/openbor/files/patch-Makefile new file mode 100644 index 000000000000..6602de73593c --- /dev/null +++ b/games/openbor/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2025-05-19 16:26:01 UTC ++++ Makefile +@@ -255,10 +255,6 @@ GFX = source/gfxlib/bilinear.o + source/gfxlib/scanline.o \ + source/gfxlib/simple2x.o \ + source/gfxlib/tv2x.o +-endif +- +-ifdef BUILD_MMX +-GFX += source/gfxlib/bilinearmmx.o + endif + + GAME = source/gamelib/draw.o \ |