From cf1bd0756de183eca0f1d6baaa437a31a62f3f1b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 17 Nov 2005 10:35:03 +0000 Subject: New port: games/quake3 Quake III Arena -- first person shooter (native Quake III Arena, developed by the gaming wizards at id Software, is the third installment of one of the most popular computer game franchises of all time. Organic caverns, gothic cathedrals and futuristic spacescapes play host to Quake III Arena's unrivaled blend of action, strategy and jaw-dropping technology as Linux gamers are invited to square off against 32 of history's greatest warriors. Built around a revolutionary new graphics engine capable of delivering mind blowing 3D special effects including curved surfaces and volumetric fog, Quake III Arena is the final word in deathmatching mayhem. This is a native build for FreeBSD. Sorry, no joystick support is available at this time. PR: ports/85429 Submitted by: Linas Valiukas --- games/quake3/files/patch-code-unix-Conscript-client | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 games/quake3/files/patch-code-unix-Conscript-client (limited to 'games/quake3/files/patch-code-unix-Conscript-client') diff --git a/games/quake3/files/patch-code-unix-Conscript-client b/games/quake3/files/patch-code-unix-Conscript-client new file mode 100644 index 000000000000..d96e68cfd001 --- /dev/null +++ b/games/quake3/files/patch-code-unix-Conscript-client @@ -0,0 +1,20 @@ +diff -ruN ./code/unix/Conscript-client ../quake3-1.32b-BUILT/./code/unix/Conscript-client +--- ./code/unix/Conscript-client Mon Aug 15 23:56:27 2005 ++++ ../quake3-1.32b-BUILT/./code/unix/Conscript-client Mon Aug 22 21:55:50 2005 +@@ -153,7 +153,7 @@ + . $BUILD_DIR . '/unix/asmlib.a ' + . $BUILD_DIR . '/unix/inlinelib.a ' + . $BASE_LDFLAGS +- . '-L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm -ldl -lm' ++ . '-L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm -lm' + ); + + @RENDERER_FILES = qw( +@@ -231,7 +231,6 @@ + ../unix/linux_common.c + ../unix/linux_qgl.c + ../unix/linux_glimp.c +- ../unix/linux_joystick.c + ../unix/linux_snd.c + ../unix/linux_signals.c + ); -- cgit v1.2.3