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:   gdt
Date:           Sat Nov 12 00:50:19 UTC 2016

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile

Log Message:
Test for clang with "!empty(PKGSRC_COMPILER:Mclang)"

Avoids failure to notice clang (and use tls workaround) when
PKGSRC_COMPILER is "ccache clang" or similar.  Resolves build failure;
binary should be unchanged if it built before.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 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.114 pkgsrc/audio/pulseaudio/Makefile:1.115
--- pkgsrc/audio/pulseaudio/Makefile:1.114      Sun Oct 30 12:10:50 2016
+++ pkgsrc/audio/pulseaudio/Makefile    Sat Nov 12 00:50:19 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2016/10/30 12:10:50 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2016/11/12 00:50:19 gdt Exp $
 
 DISTNAME=      pulseaudio-9.0
 PKGREVISION=   1
@@ -28,7 +28,7 @@ CONFIGURE_ARGS.NetBSD+=       --disable-defaul
 
 # broken test for TLS
 .if ((${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[45].*)) || \
-     (${OPSYS} == "Darwin" && ${PKGSRC_COMPILER} == "clang"))
+     (${OPSYS} == "Darwin" && !empty(PKGSRC_COMPILER:Mclang)))
 CONFIGURE_ENV+=                ac_cv_tls=none
 .endif
 



Home | Main Index | Thread Index | Old Index