pkgsrc-Bugs archive

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

Re: pkg/42820: audio/pulseaudio compile (link) errors (NetBSD 4.0 / i386)



The following reply was made to PR pkg/42820; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/42820: audio/pulseaudio compile (link) errors (NetBSD 4.0 / 
i386)
Date: Mon, 22 Feb 2010 20:49:51 +0700

 I have confirmed that he@'s fix for devel/libdaemon
 (found in devel/libdaemon/Makefile rev 1.6) fixes
 this problem, if used unchanges ... that is append the
 fiollowing (appraently joerg inspired) lines to the
 end of audio/pulseaudio/Makefile (taken directly from
 libdaemon without modification) and pulseaudio then
 builds find on NetBSD 4.0.
 
 kre
 
 
 .if ${OPSYS} == "NetBSD" && ${OS_VERSION:M4.*} != ""
 BUILDLINK_TRANSFORM+=  rm:-Wl,--no-undefined
 .endif
 
 


Home | Main Index | Thread Index | Old Index