diff --git a/prboom-enable-tessellation.diff b/prboom-enable-tessellation.diff deleted file mode 100644 index 8d41ffc..0000000 --- a/prboom-enable-tessellation.diff +++ /dev/null @@ -1,30 +0,0 @@ -From 6f50776b2c6365671fe53bdfc4bc9ffa622f1e06 Mon Sep 17 00:00:00 2001 -From: Jan Engelhardt -Date: Wed, 3 Aug 2011 18:36:44 +0200 -Subject: [PATCH 1/4] Unconditionally enable GL tesselation - -Always do tesselation, because otherwise, map hacks like -self-referencing sectors (cf. -http://doom.wikia.com/wiki/Making_a_self-referencing_sector) will not -be rendered. ---- - prboom2/src/gl_main.c | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git prboom2/src/gl_main.c prboom2/src/gl_main.c -index 20712b7e..8fbceb4f 100644 ---- prboom2/src/gl_main.c -+++ prboom2/src/gl_main.c -@@ -36,6 +36,9 @@ - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif -+#ifndef USE_GLU_TESS -+# define USE_GLU_TESS 1 -+#endif - - #include "gl_opengl.h" - --- -2.30.2 - diff --git a/prboom-plus.changes b/prboom-plus.changes index aad6957..89de9a4 100644 --- a/prboom-plus.changes +++ b/prboom-plus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 19 16:19:14 UTC 2022 - Jan Engelhardt + +- Drop prboom-enable-tessellation.diff, this is enabled + automatically when pkgconfig(GLU) is available (which we have). + ------------------------------------------------------------------- Sun Feb 13 11:30:29 UTC 2022 - Jan Engelhardt diff --git a/prboom-plus.spec b/prboom-plus.spec index f14bf14..137e4f6 100644 --- a/prboom-plus.spec +++ b/prboom-plus.spec @@ -27,7 +27,6 @@ URL: http://prboom-plus.sf.net/ #Git-Clone: https://github.com/coelckers/prboom-plus Source: https://github.com/coelckers/prboom-plus/archive/refs/tags/v%version.tar.gz Patch1: prboom-nodatetime.diff -Patch2: prboom-enable-tessellation.diff Patch3: prboom-hbar-all.diff Patch4: prboom-hbar-gradient.diff BuildRequires: Mesa-devel