From owner-freebsd-ports Mon Jan 28 1: 0: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB88D37B402 for ; Mon, 28 Jan 2002 01:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0S903673175; Mon, 28 Jan 2002 01:00:03 -0800 (PST) (envelope-from gnats) Date: Mon, 28 Jan 2002 01:00:03 -0800 (PST) Message-Id: <200201280900.g0S903673175@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bjarne Wichmann Petersen Subject: Re: ports/34350: libxine fails to build in src/libw32dll/wine Reply-To: Bjarne Wichmann Petersen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/34350; it has been noted by GNATS. From: Bjarne Wichmann Petersen To: FUJISHIMA Satsuki , Bjarne Wichmann Petersen 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