ports/102139: [patch] multimedia/vlc typo prevents linking against libshout
Raaf
raaf at luna.afraid.org
Wed Aug 16 11:30:24 UTC 2006
>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:
More information about the freebsd-ports-bugs
mailing list