forked from Lainports/freebsd-ports
This is the Neverwinter Nights Linux based client. It runs under FreeBSD using the Linux emulation mode. WWW: http://nwn.bioware.com/ PR: ports/53914 Submitted by: Erik Olson <erikolson@olsonexpress.com>
14 lines
280 B
Text
14 lines
280 B
Text
--- nwn.orig Sun Jun 15 00:36:06 2003
|
|
+++ nwn Sun Jun 15 00:38:15 2003
|
|
@@ -9,4 +9,11 @@
|
|
# ./lib from LD_LIBRARY_PATH
|
|
export LD_LIBRARY_PATH=./lib:./miles:$LD_LIBRARY_PATH
|
|
|
|
+##
|
|
+# FreeBSD Additions
|
|
+export R200_NO_TCL=1
|
|
+cd /usr/compat/linux/usr/games/nwn
|
|
+#
|
|
+###
|
|
+
|
|
./nwmain $@
|