Date: Thu, 17 Sep 2009 14:40:07 GMT From: Lapo Luchini <lapo@lapo.it> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/134743: devel/Monotone and pthreaded dependencies Message-ID: <200909171440.n8HEe7gG060743@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/134743; it has been noted by GNATS. From: Lapo Luchini <lapo@lapo.it> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134743: devel/Monotone and pthreaded dependencies Date: Thu, 17 Sep 2009 16:35:44 +0200 The patch in ports/134743 was a bit different from the one in ports/138862, I think this PR should be still open, with the following remaining part of the patch: diff -ruN /usr/ports/devel/monotone/Makefile ./Makefile --- /usr/ports/devel/monotone/Makefile 2009-07-28 13:44:52.000000000 +0200 +++ ./Makefile 2009-09-15 12:04:44.000000000 +0200 @@ -27,8 +27,9 @@ USE_LUA= 5.1+ GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -pthread" \ LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="-pthread" \ MAKEINFO="makeinfo --no-split" PLIST_FILES= bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \ diff -ruN /usr/ports/devel/monotone/distinfo ./distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171440.n8HEe7gG060743>