aboutsummaryrefslogtreecommitdiffstats
path: root/games/ssamtse/files
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-12-28 17:29:20 +0800
committeredwin <edwin@FreeBSD.org>2003-12-28 17:29:20 +0800
commite7e3d016db46f6c612bd96328cc12443d2665544 (patch)
treedbcc1b3be5c108bda01549047c0b8e731b775e50 /games/ssamtse/files
parent7d90d98ca98d182e3e8285578e0042eb925bfa9a (diff)
downloadfreebsd-ports-gnome-e7e3d016db46f6c612bd96328cc12443d2665544.tar.gz
freebsd-ports-gnome-e7e3d016db46f6c612bd96328cc12443d2665544.tar.zst
freebsd-ports-gnome-e7e3d016db46f6c612bd96328cc12443d2665544.zip
[new port] games/ssamtse - Serious Sam: The Second Encounter
Sam is back in the all new Second Episode of his battles with his arch-enemy Mental! After finding the Sirian spacecraft in ancient Egypt, Sam "Serious" Stonr hijacked it and headed for Mental himself! Warning: You still need original game data files to play. PR: ports/59678 Submitted by: Sergey Akifyev <asa@gascom.ru>
Diffstat (limited to 'games/ssamtse/files')
-rw-r--r--games/ssamtse/files/patch-bin_ssamtse21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/ssamtse/files/patch-bin_ssamtse b/games/ssamtse/files/patch-bin_ssamtse
new file mode 100644
index 000000000000..697068320854
--- /dev/null
+++ b/games/ssamtse/files/patch-bin_ssamtse
@@ -0,0 +1,21 @@
+--- bin/ssamtse.orig Fri Mar 14 07:07:05 2003
++++ bin/ssamtse Tue Nov 25 09:14:55 2003
+@@ -3,6 +3,8 @@
+ # Serious Sam: The Second Encounter startup script
+ #
+
++SSAMTSE_DATA_PATH=/usr/local/ssam/Bin
++
+ # Function to find the real directory a program resides in.
+ # Feb. 17, 2000 - Sam Lantinga, Loki Entertainment Software
+ FindPath()
+@@ -41,6 +43,9 @@
+
+ LD_LIBRARY_PATH=.:${SSAMTSE_DATA_PATH}:${LD_LIBRARY_PATH}
+ export LD_LIBRARY_PATH
++
++export __GL_SINGLE_THREADED=yes
++export SERIOUS_MHZ=%SERIOUS_MHZ%
+
+ # Let's boogie!
+ if [ -x "${SSAMTSE_DATA_PATH}/ssam_lnx" ]