Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2002 01:00:03 -0800 (PST)
From:      Bjarne Wichmann Petersen <freebsd.nospam@mekanix.dk>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/34350: libxine fails to build in src/libw32dll/wine
Message-ID:  <200201280900.g0S903673175@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34350; it has been noted by GNATS.

From: Bjarne Wichmann Petersen <freebsd.nospam@mekanix.dk>
To: FUJISHIMA Satsuki <sf@FreeBSD.org>,
	Bjarne Wichmann Petersen <freebsd.nospam@mekanix.dk>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/34350: libxine fails to build in src/libw32dll/wine
Date: Mon, 28 Jan 2002 09:53:54 +0100

 On Monday 28 January 2002 01:20, FUJISHIMA Satsuki wrote:
 
 > Try this hack.
 
 It worked with an adjustment to the right path. It compiles and loads. 
 Haven't been able to test it though, since css-decryption have been taken out 
 of the port.
 
 This is the adjusted patch/hack:
 
 Index: Makefile
 ===================================================================
 RCS file: /usr/ports/graphics/libxine/Makefile,v
 retrieving revision 1.8
 diff -u -r1.8 Makefile
 --- Makefile    24 Jan 2002 09:19:36 -0000      1.8
 +++ Makefile    28 Jan 2002 00:14:29 -0000
 @@ -23,7 +23,8 @@
 
  WRKSRC=                ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION}
  CONFIGURE_ARGS=        --with-w32-path=${LOCALBASE}/lib/win32
 -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBS=-L${LOCALBASE}/lib
 +CONFIGURE_ENV= CPPFLAGS="-I.. -I${LOCALBASE}/include" \
 +               LIBS=-L${LOCALBASE}/lib
 
  USE_AUTOMAKE=  yes
  USE_GMAKE=     yes

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?200201280900.g0S903673175>