pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/OpenJK-git: add the actual patch



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Fri Aug 23 21:20:02 2024 +0200
Changeset:	b6002426a8b321dd176c145ba4c003217e2a730b

Added Files:
	OpenJK-git/patches/patch-codemp_rd-rend2_qgl.h

Log Message:
wip/OpenJK-git: add the actual patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b6002426a8b321dd176c145ba4c003217e2a730b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 OpenJK-git/patches/patch-codemp_rd-rend2_qgl.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/OpenJK-git/patches/patch-codemp_rd-rend2_qgl.h b/OpenJK-git/patches/patch-codemp_rd-rend2_qgl.h
new file mode 100644
index 0000000000..e0c2660c0a
--- /dev/null
+++ b/OpenJK-git/patches/patch-codemp_rd-rend2_qgl.h
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Also support other BSDs.
+
+--- codemp/rd-rend2/qgl.h.orig	2024-08-23 18:45:06.206284407 +0000
++++ codemp/rd-rend2/qgl.h
+@@ -14,7 +14,7 @@
+ #	if defined(__FX__)
+ #		include <GL/fxmesa.h>
+ #	endif
+-#elif defined( __FreeBSD__ ) // rb010123
++#elif defined( __FreeBSD__ ) || defined( __NetBSD__ ) || defined( __OpenBSD__ )// rb010123
+ #	include <GL/gl.h>
+ #	include <GL/glx.h>
+ #	if defined(__FX__)


Home | Main Index | Thread Index | Old Index