Patch by Morgan Howe: Support for building on Mac OS X. It should now be
possible to build a complete Haiku image. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21171 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
39bdbadf39
commit
53a79a4cde
@ -6,5 +6,5 @@ USES_BE_API on <build>addattr = true ;
|
|||||||
|
|
||||||
BuildPlatformMain <build>addattr
|
BuildPlatformMain <build>addattr
|
||||||
: main.cpp addAttr.cpp
|
: main.cpp addAttr.cpp
|
||||||
: $(HOST_LIBBE) $(HOST_LIBSUPC++)
|
: $(HOST_LIBBE) $(HOST_LIBSTDC++) $(HOST_LIBSUPC++)
|
||||||
;
|
;
|
||||||
|
@ -60,4 +60,4 @@ BuildPlatformStaticLibrary <build>fs_shell.a :
|
|||||||
|
|
||||||
BuildPlatformMain <build>fs_shell_command
|
BuildPlatformMain <build>fs_shell_command
|
||||||
: fs_shell_command.cpp $(fsShellCommandSources)
|
: fs_shell_command.cpp $(fsShellCommandSources)
|
||||||
: $(HOST_LIBSUPC++) ;
|
: $(HOST_LIBSTDC++) $(HOST_LIBSUPC++) ;
|
||||||
|
@ -19,7 +19,8 @@
|
|||||||
#ifdef __BEOS__
|
#ifdef __BEOS__
|
||||||
# include <Drivers.h>
|
# include <Drivers.h>
|
||||||
#else
|
#else
|
||||||
# if defined(HAIKU_HOST_PLATFORM_FREEBSD)
|
# if defined(HAIKU_HOST_PLATFORM_FREEBSD) \
|
||||||
|
|| defined(HAIKU_HOST_PLATFORM_DARWIN)
|
||||||
# include <sys/ioctl.h>
|
# include <sys/ioctl.h>
|
||||||
# else
|
# else
|
||||||
// the (POSIX) correct place of definition for ioctl()
|
// the (POSIX) correct place of definition for ioctl()
|
||||||
|
Loading…
Reference in New Issue
Block a user