summaryrefslogtreecommitdiff
path: root/homebrew/pulseaudio/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pulseaudio/.make.sh-auto')
-rw-r--r--homebrew/pulseaudio/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/pulseaudio/.make.sh-auto b/homebrew/pulseaudio/.make.sh-auto
new file mode 100644
index 000000000..eeaa5e07d
--- /dev/null
+++ b/homebrew/pulseaudio/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+args = %W[--disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --enable-coreaudio-output --disable-neon-opt --disable-nls --disable-x11 --with-mac-sysroot=#{MacOS.sdk_path} --with-mac-version-min=#{MacOS.version} ]
+./autogen.sh *args
+else
+pkg:configure *args
+end
+make DESTDIR=${PKG_DEST} install