Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 07:29:18 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/142160: Typo fix: multimedia/vlc
Message-ID:  <200912300729.nBU7TIYT020696@www.freebsd.org>
Resent-Message-ID: <200912300730.nBU7U7YF088406@freefall.freebsd.org>

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

>Number:         142160
>Category:       ports
>Synopsis:       Typo fix: multimedia/vlc
>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 Dec 30 07:30:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        9.0-CURRENT
>Organization:
http://contribs.martymac.org
>Environment:
FreeBSD laptop.martymac.com 9.0-CURRENT FreeBSD 9.0-CURRENT #4: Mon Nov  9 12:42:19 UTC 2009     root@laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This patch fixes a typo in vlc's Makefile (CONFIGURE_ARGS)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- multimedia/vlc/Makefile.orig	2009-12-29 18:11:08.028899203 +0000
+++ multimedia/vlc/Makefile	2009-12-29 18:11:49.924899463 +0000
@@ -316,7 +316,7 @@
 LIB_DEPENDS+=	FLAC.10:${PORTSDIR}/audio/flac
 CONFIGURE_ARGS+=--enable-flac
 .else
-CONFLGIRE_ARGS+=--disable-flac
+CONFIGURE_ARGS+=--disable-flac
 .endif
 
 .if (defined(WITH_FRIBIDI) || exists(${LOCALBASE}/bin/fribidi-config)) && !defined(WITHOUT_FRIBIDI)


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



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