forked from Lainports/freebsd-ports
- Fix sound problems. - Fix building on !i386. - Fix writting personal configuration, and do it in ~/.tenebrae, to avoid conflicts with other engines since they usually have different variables. - Use USE_DOS2UNIX. - Remove unneeded information from pkg-message (it depends on quake-data so it will be installed automatically, also quake-data installs the demo so tenebrae is playable after installation). - Use release target instead of the debug one. - Clean-up. PR: ports/98783 Approved by: maintainer (timeout)
11 lines
259 B
C
11 lines
259 B
C
--- ./sys_linux.c.orig Sat Jun 10 12:08:13 2006
|
|
+++ ./sys_linux.c Sat Jun 10 12:08:13 2006
|
|
@@ -27,7 +27,7 @@
|
|
// user preference directory
|
|
|
|
#if defined (USERPREF_DIR)
|
|
-char *prefdir= ".quake";
|
|
+char *prefdir= ".tenebrae";
|
|
#endif
|
|
|
|
#if defined (BASEDIR)
|