dc044fd8e7
- 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
286 B
C
11 lines
286 B
C
--- ./sys_uxfindfirst.c.orig Sat Jun 10 12:08:13 2006
|
|
+++ ./sys_uxfindfirst.c Sat Jun 10 12:08:13 2006
|
|
@@ -36,7 +36,7 @@
|
|
#include "quakedef.h"
|
|
#include <errno.h>
|
|
|
|
-#if !defined(__GLIBC__)
|
|
+#if !defined(__GLIBC__) && !defined(__FreeBSD__)
|
|
|
|
#include <dirent.h>
|
|
#include <fnmatch.h>
|