ports/163277: [PATCH]www/chromium: fix pulseaudio option

Denise H. G. darcsis at gmail.com
Wed Dec 14 11:30:09 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list