diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-04 20:16:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-04 20:16:29 +0800 |
commit | 9a50ff5c461dfba26eaa7ea7fe445fa15e76b877 (patch) | |
tree | 14ca507496af2d8347c391407650aed2e266a2c4 /games/d2x-xl/files | |
parent | 6e902fadd4bba71ba188fcef4668a121eb6c06f8 (diff) | |
download | freebsd-ports-gnome-9a50ff5c461dfba26eaa7ea7fe445fa15e76b877.tar.gz freebsd-ports-gnome-9a50ff5c461dfba26eaa7ea7fe445fa15e76b877.tar.zst freebsd-ports-gnome-9a50ff5c461dfba26eaa7ea7fe445fa15e76b877.zip |
D2X-XL is a community modified version of Icculus's D2X port,
the original Unix port of Descent by Parallax software. It
contains many bug fixes and improvements since Icculus stopped
working on D2X.
You need to own the orignal game or download demo data
files.
WWW: http://www.descent2.de/
PR: 132086
Submitted by: Aragon Gouveia <aragon at phat dot za dot net>
Diffstat (limited to 'games/d2x-xl/files')
-rw-r--r-- | games/d2x-xl/files/patch-include-ogl_defs.h | 11 | ||||
-rw-r--r-- | games/d2x-xl/files/pkg-message.in | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/games/d2x-xl/files/patch-include-ogl_defs.h b/games/d2x-xl/files/patch-include-ogl_defs.h new file mode 100644 index 000000000000..8c688356467b --- /dev/null +++ b/games/d2x-xl/files/patch-include-ogl_defs.h @@ -0,0 +1,11 @@ +--- include/ogl_defs.h.orig 2008-10-09 09:34:21.000000000 +0400 ++++ include/ogl_defs.h 2009-02-26 23:25:34.000000000 +0300 +@@ -220,7 +220,7 @@ + + #else //GL_VERSION_20 + +-# ifdef __macosx__ ++# if defined(__macosx__) || defined(__FreeBSD__) + # define glCreateShaderObject glCreateShaderObjectARB + # define glShaderSource glShaderSourceARB + # define glCompileShader glCompileShaderARB diff --git a/games/d2x-xl/files/pkg-message.in b/games/d2x-xl/files/pkg-message.in new file mode 100644 index 000000000000..29b6a33f4587 --- /dev/null +++ b/games/d2x-xl/files/pkg-message.in @@ -0,0 +1,8 @@ +************************************************************ +You need to get data files from an original Descent 2 or 1 +CD or from the free demo and place them in: + + /usr/local/share/d2x-xl/data + +See http://www.descent2.de/ for more information and addons. +************************************************************ |