head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.1.0.8 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.6 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.4 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2010.02.01.15.05.58; author jmcneill; state dead; branches; next 1.1; 1.1 date 2009.02.05.21.05.07; author tron; state Exp; branches; next ; desc @@ 1.2 log @gc old patches, no longer necessary for pa 0.9.21 @ text @$NetBSD: patch-am,v 1.1 2009/02/05 21:05:07 tron Exp $ --- src/pulsecore/proplist-util.c.orig 2009-01-12 23:10:34.000000000 +0000 +++ src/pulsecore/proplist-util.c 2009-02-05 19:59:17.000000000 +0000 @@@@ -35,9 +35,14 @@@@ #include "proplist-util.h" +#ifdef __APPLE__ +#include +#define environ (*_NSGetEnviron()) +#endif + void pa_init_proplist(pa_proplist *p) { int a, b; -#if !HAVE_DECL_ENVIRON +#if !HAVE_DECL_ENVIRON && !defined(__APPLE__) extern char **environ; #endif char **e; @ 1.1 log @Make this package build and work under Mac OS X (Leopard). This fixes PR pkg/40424 by Torsten Harenberg. @ text @d1 1 a1 1 $NetBSD$ @