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:
Ingo Weinhold 2007-05-19 15:01:11 +00:00
parent 39bdbadf39
commit 53a79a4cde
3 changed files with 4 additions and 3 deletions

View File

@ -6,5 +6,5 @@ USES_BE_API on <build>addattr = true ;
BuildPlatformMain <build>addattr
: main.cpp addAttr.cpp
: $(HOST_LIBBE) $(HOST_LIBSUPC++)
: $(HOST_LIBBE) $(HOST_LIBSTDC++) $(HOST_LIBSUPC++)
;

View File

@ -60,4 +60,4 @@ BuildPlatformStaticLibrary <build>fs_shell.a :
BuildPlatformMain <build>fs_shell_command
: fs_shell_command.cpp $(fsShellCommandSources)
: $(HOST_LIBSUPC++) ;
: $(HOST_LIBSTDC++) $(HOST_LIBSUPC++) ;

View File

@ -19,7 +19,8 @@
#ifdef __BEOS__
# include <Drivers.h>
#else
# if defined(HAIKU_HOST_PLATFORM_FREEBSD)
# if defined(HAIKU_HOST_PLATFORM_FREEBSD) \
|| defined(HAIKU_HOST_PLATFORM_DARWIN)
# include <sys/ioctl.h>
# else
// the (POSIX) correct place of definition for ioctl()