Date: Mon, 12 Mar 2001 06:50:05 -0800 (PST) From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= <inagaki@tg.rim.or.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/25414: Port maintainer update for libvorbis Message-ID: <200103121450.f2CEo5o95635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25414; it has been noted by GNATS. From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= <inagaki@tg.rim.or.jp> To: t.vanklaveren@student.utwente.nl Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/25414: Port maintainer update for libvorbis Date: Mon, 12 Mar 2001 23:45:06 +0900 (JST) Hi, I found mismatch option of configure. Port of libvorbis can not found ogg library by this problem. Known problem? Index: Makefile =================================================================== RCS file: /m/ncvs/FreeBSD/ports/audio/libvorbis/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2001/03/01 09:36:34 1.5 +++ Makefile 2001/03/12 12:24:30 @@ -19,7 +19,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-ogg=${LOCALBASE} +CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" AUTOCONF_ARGS= ; ${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure ---- Kentaro Inagaki 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?200103121450.f2CEo5o95635>