Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
audio/pulseaudio: drop faulty FlatCarbon include.
  • Loading branch information
Ionic committed Feb 7, 2017
1 parent 42e9ba8 commit 189818b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audio/pulseaudio/Portfile
Expand Up @@ -76,7 +76,8 @@ patchfiles patch-man-Makefile.am.diff \
i386.patch \
patch-src_modules_macosx_module_coreaudio_device.c-respect-PA_NAME_MAX.diff \
patch-src_daemon_default.pa.in-skip-consolekit-and-systemdlogin.diff \
patch-src_modules_macosx_module_coreaudio_detect_device.c-add-record-playback-modarg.diff
patch-src_modules_macosx_module_coreaudio_detect_device.c-add-record-playback-modarg.diff \
patch-src_Makefile.am-drop-FlatCarbon-include.diff

# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
post-patch {
Expand Down
@@ -0,0 +1,22 @@
--- src/Makefile.am.old 2017-01-13 04:02:18.000000000 +0100
+++ src/Makefile.am 2017-02-07 00:50:33.000000000 +0100
@@ -780,19 +780,10 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCE
pulsecore/thread-win32.c pulsecore/thread.h \
pulsecore/semaphore-win32.c pulsecore/semaphore.h
else !OS_IS_WIN32
-if OS_IS_DARWIN
-libpulsecommon_@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_@PA_MAJORMINOR@_la_CFLAGS += "-I/Developer/Headers/FlatCarbon/"
-#libpulsecommon_@PA_MAJORMINOR@_la_LDFLAGS += "-framework CoreServices"
-else !OS_IS_DARWIN
libpulsecommon_@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

0 comments on commit 189818b

Please sign in to comment.