Date: Sun, 27 Jan 2002 16:30:02 -0800 (PST) From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/34350: libxine fails to build in src/libw32dll/wine Message-ID: <200201280030.g0S0U2J58871@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: FUJISHIMA Satsuki <sf@FreeBSD.org> To: 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: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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201280030.g0S0U2J58871>