Date: Wed, 14 Dec 2011 11:22:01 GMT From: "Denise H. G." <darcsis@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/163277: [PATCH]www/chromium: fix pulseaudio option Message-ID: <201112141122.pBEBM1Rm056909@red.freebsd.org> Resent-Message-ID: <201112141130.pBEBU9V9094819@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163277 >Category: ports >Synopsis: [PATCH]www/chromium: fix pulseaudio option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 14 11:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Denise H. G. >Release: FreeBSD 9.0-PRERELEASE amd64 >Organization: Pluton >Environment: FreeBSD pluton.xbsd.name 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Fri Dec 9 07:39:16 CST 2011 dhg@pluton.xbsd.name:/opt/obj/sysbld/usr/src/sys/pluton-amd64 amd64 >Description: Makefile option for 'pulseaudio' should be PULSE paired with WITH_PULSE, or PULSEAUDIO with WITH_PULSEAUDIO. My patch is in favor of the first pair. >How-To-Repeat: >Fix: Patch attached with submission follows: --- chromium/Makefile.orig 2011-12-14 19:13:37.522440253 +0800 +++ chromium/Makefile 2011-12-14 19:16:32.220437220 +0800 @@ -104,7 +104,7 @@ GYP_DEFINES+= use_gconf=0 .endif -.if defined(WITH_PULSEAUDIO) +.if defined(WITH_PULSE) LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio GYP_DEFINES+= use_pulseaudio=1 .else >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112141122.pBEBM1Rm056909>