From owner-freebsd-ports Sun Jan 27 16:30: 7 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 39F2037B400 for ; Sun, 27 Jan 2002 16:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0S0U2J58871; Sun, 27 Jan 2002 16:30:02 -0800 (PST) (envelope-from gnats) Date: Sun, 27 Jan 2002 16:30:02 -0800 (PST) Message-Id: <200201280030.g0S0U2J58871@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: FUJISHIMA Satsuki Subject: Re: ports/34350: libxine fails to build in src/libw32dll/wine Reply-To: FUJISHIMA Satsuki 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: FUJISHIMA Satsuki To: 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:20:03 +0900 Try this hack. Index: Makefile =================================================================== RCS file: /home/ncvs/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