pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Update comment about atomic ops to re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa67380c270c
branches:  trunk
changeset: 552001:fa67380c270c
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Dec 22 03:32:11 2008 +0000

description:
Update comment about atomic ops to reflect the current situation, no
functional change.

diffstat:

 audio/pulseaudio/Makefile |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 098e7a9339bf -r fa67380c270c audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Mon Dec 22 03:18:12 2008 +0000
+++ b/audio/pulseaudio/Makefile Mon Dec 22 03:32:11 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/12/22 02:50:09 jmcneill Exp $
+# $NetBSD: Makefile,v 1.9 2008/12/22 03:32:11 jmcneill Exp $
 #
 
 DISTNAME=      pulseaudio-0.9.13
@@ -67,13 +67,12 @@
 
 BUILDLINK_TRANSFORM+=  rm:-Wl,--gc-sections
 
-# Needs libatomic_ops if the compiler is not >=GCC4.1
-# We can use native atomic operation on 5.0 and newer.
-#
+# Use native atomic ops on NetBSD >= 5.0, otherwise
+# fallback to libatomic_ops
 .if ${OPSYS} == "NetBSD" && exists(/usr/include/sys/atomic.h)
-   CONFIGURE_ARGS+=    --enable-netbsd-atomic-ops
-.else                                  # NetBSD <5.0 and other OS
-.  include "../../devel/libatomic_ops/buildlink3.mk"
+CONFIGURE_ARGS+=       --enable-netbsd-atomic-ops
+.else
+.include "../../devel/libatomic_ops/buildlink3.mk"
 .endif
 
 # avahi support



Home | Main Index | Thread Index | Old Index