pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/pulseaudio



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Aug 15 09:26:20 UTC 2016

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile

Log Message:
Fix build on Darwin/clang.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/audio/pulseaudio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/pulseaudio/Makefile
diff -u pkgsrc/audio/pulseaudio/Makefile:1.111 pkgsrc/audio/pulseaudio/Makefile:1.112
--- pkgsrc/audio/pulseaudio/Makefile:1.111      Sat Aug  6 15:56:50 2016
+++ pkgsrc/audio/pulseaudio/Makefile    Mon Aug 15 09:26:20 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2016/08/06 15:56:50 richard Exp $
+# $NetBSD: Makefile,v 1.112 2016/08/15 09:26:20 jperkin Exp $
 
 DISTNAME=      pulseaudio-9.0
 CATEGORIES=    audio
@@ -20,10 +20,13 @@ USE_LANGUAGES=      c c++
 REPLACE_BASH=  shell-completion/bash/pulseaudio git-version-gen
 
 .include "../../mk/bsd.prefs.mk"
+
 # Some tests are incompatible for NetBSD at least
 CONFIGURE_ARGS.NetBSD+=        --disable-default-build-tests
-.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[45].*)
+
 # broken test for TLS
+.if ((${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[45].*)) || \
+     (${OPSYS} == "Darwin" && ${PKGSRC_COMPILER} == "clang"))
 CONFIGURE_ENV+=                ac_cv_tls=none
 .endif
 



Home | Main Index | Thread Index | Old Index