FlatCarbon was the flattened Carbon version used in Mac OS Classic (i.e., pre Mac OS X.) It was shipped as legacy software until 10.8, then dropped completely. Using CoreServices is good enough, manually including FlatCarbon headers only lead to build failures for users who had old versions of Xcode lingering around their machines. Signed-off-by: Mihai Moldovan <ionic at ionic.de> --- src/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5b723e65..9ce7811b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -780,19 +780,10 @@ libpulsecommon_ at PA_MAJORMINOR@_la_SOURCES += \ pulsecore/thread-win32.c pulsecore/thread.h \ pulsecore/semaphore-win32.c pulsecore/semaphore.h else !OS_IS_WIN32 -if OS_IS_DARWIN -libpulsecommon_ at PA_MAJORMINOR@_la_SOURCES += \ - pulsecore/mutex-posix.c pulsecore/mutex.h \ - pulsecore/thread-posix.c pulsecore/thread.h \ - pulsecore/semaphore-osx.c pulsecore/semaphore.h -libpulsecommon_ at PA_MAJORMINOR@_la_CFLAGS += "-I/Developer/Headers/FlatCarbon/" -#libpulsecommon_ at PA_MAJORMINOR@_la_LDFLAGS += "-framework CoreServices" -else !OS_IS_DARWIN libpulsecommon_ at PA_MAJORMINOR@_la_SOURCES += \ pulsecore/mutex-posix.c pulsecore/mutex.h \ pulsecore/thread-posix.c pulsecore/thread.h \ pulsecore/semaphore-posix.c pulsecore/semaphore.h -endif !OS_IS_DARWIN endif !OS_IS_WIN32 if HAVE_LIBASYNCNS -- 2.11.0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 884 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20170207/6f244bac/attachment.sig>