Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 00:01:15 +0200 (IST)
From:      roman@xpert.com
To:        FreeBSD-gnats-submit@freebsd.org, alex@freebsd.org
Subject:   ports/24579: [PATCH] graphics/xine - play well with win32 path
Message-ID:  <200101232201.f0NM1F368755@alchemy.oven.org>

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

>Number:         24579
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] graphics/xine - play well with win32 path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 23 14:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Roman Shterenzon
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:


>Description:

By default, xine looks for win32 libs in /usr/lib/win32 which is surely a wrong
thing to do.
Because graphics/avifile stores them in /usr/local/lib/win32, I'm using
${LOCALBASE}
Does is deserve a PORTREVISION bump?

>How-To-Repeat:


>Fix:


--- /usr/ports/graphics/xine/Makefile	Tue Jan 23 22:18:39 2001
+++ xine/Makefile	Tue Jan 23 23:43:50 2001
@@ -16,6 +16,7 @@
 USE_LIBTOOL=		yes
 USE_X_PREFIX=		yes
 USE_IMLIB=		yes
+CONFIGURE_ARGS+=	--with-w32-path=${LOCALBASE}/lib/win32
 
 WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
 

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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