Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2006 13:23:23 +0200 (CEST)
From:      Raaf <raaf@luna.afraid.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102139: [patch] multimedia/vlc typo prevents linking against libshout
Message-ID:  <20060816112323.DBC2583@gw.luna.afraid.org>
Resent-Message-ID: <200608161130.k7GBUN8O055431@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102139
>Category:       ports
>Synopsis:       [patch] multimedia/vlc typo prevents linking against libshout
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 16 11:30:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Raaf
>Release:        FreeBSD 6.1-RELEASE-p1 i386
>Organization:
>Environment:

	
>Description:
	
	There is a typo in the multimedia/vlc Makefile that prevents
	vlc to be configured with libshout support.

>How-To-Repeat:
	
>Fix:

	

--- vlc.patch begins here ---
--- Makefile.orig	Wed Aug 16 13:11:40 2006
+++ Makefile	Wed Aug 16 13:11:54 2006
@@ -378,7 +378,7 @@
 
 .if (defined(WITH_SHOUT) || exists(${LOCALBASE}/lib/libshout.a)) && !defined(WITHOUT_SHOUT)
 LIB_DEPENDS+=	shout.5:${PORTSDIR}/audio/libshout2
-CONFIGURE_AGRS+=	--enable-shout
+CONFIGURE_ARGS+=	--enable-shout
 .endif
 
 .if (defined(WITH_THEORA) || exists(${LOCALBASE}/lib/libtheora.a)) && !defined(WITHOUT_THEORA)
--- vlc.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060816112323.DBC2583>