Date: Wed, 31 Aug 2005 09:58:23 GMT From: Volker Stolz <vs@FreeBSD.org> To: kwizzz@googlemail.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/85499: gnubg build error Message-ID: <200508310958.j7V9wN14007305@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: gnubg build error State-Changed-From-To: open->analyzed State-Changed-By: vs State-Changed-When: Wed Aug 31 09:57:09 GMT 2005 State-Changed-Why: Please try the attached patch until it hits the tree. Index: Makefile =================================================================== RCS file: /usr/freebsdcvs/cvs-ports/ports/games/gnubg/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 12 Mar 2005 10:51:59 -0000 1.11 +++ Makefile 31 Aug 2005 09:56:17 -0000 @@ -21,6 +21,8 @@ MAINTAINER= kaoru@kaisei.org COMMENT= GNU Backgammon +LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline + MAN6= gnubg.6 GNU_CONFIGURE= yes @@ -29,6 +31,8 @@ USE_GNOME= libxml2 gtk20 WANT_ESOUND= yes +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CONFIGURE_ARGS+= --with-x --with-gtk2 --enable-nls --with-timecontrol --without-board3d .if defined(HAVE_ESOUND) Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Wed Aug 31 09:57:09 GMT 2005 Responsible-Changed-Why: I'll track this http://www.freebsd.org/cgi/query-pr.cgi?pr=85499
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508310958.j7V9wN14007305>