зеркало из https://github.com/mozilla/pjs.git
Here's a quick patch to get the autoconf build to work under
FreeBSD. I think this is needed because the old build system would define BSDI for FreeBSD systems, while autoconf doesn't. Thanks to skinny <skinny@knowhere.net> for pointing this out.
This commit is contained in:
Родитель
64cbb733ef
Коммит
14de3f9242
|
@ -75,7 +75,7 @@ extern "C" char * _XmStringGetTextConcat(XmString);
|
|||
extern "C" int statfs(char *, struct statfs *);
|
||||
#define STATFS statfs
|
||||
#else
|
||||
#if defined(BSDI) || defined(NETBSD) || defined(OPENBSD) || defined(RHAPSODY)
|
||||
#if defined(BSDI) || defined(NETBSD) || defined(OPENBSD) || defined(RHAPSODY) || defined(FREEBSD)
|
||||
#include <sys/mount.h> /* for statfs() */
|
||||
#define STATFS statfs
|
||||
#else
|
||||
|
|
Загрузка…
Ссылка в новой задаче