[Lunar-commits] r25638 - moonbase/trunk/libs/boost

Jan Eidtmann cmak at lunar-linux.org
Tue Aug 28 15:40:21 CEST 2007


On Tue, Aug 28, 2007 at 10:23:06 +0200
Stefan Wold <ratler at lunar-linux.org> wrote:
>Author: ratler
>Date: 2007-08-28 10:23:05 +0200 (Tue, 28 Aug 2007)
>New Revision: 25638
>
>Modified:
>   moonbase/trunk/libs/boost/BUILD
>Log:
>This is a fix for bug #0000270 that cause ardour to fail building
>

worked for me without this one, hmm :)

>Modified: moonbase/trunk/libs/boost/BUILD
>===================================================================
>--- moonbase/trunk/libs/boost/BUILD	2007-08-28 05:50:57 UTC (rev 25637)
>+++ moonbase/trunk/libs/boost/BUILD	2007-08-28 08:23:05 UTC (rev 25638)
>@@ -3,6 +3,10 @@
>   ./configure --prefix=/usr   \
>               $OPTS          &&
> 
>-  default_make
>+  default_make &&
> 
>+  # Some apps expect to find /usr/include/boost
>+  BINC=`expr /usr/include/boost-*` &&
>+  ln -sf ${BINC}/boost /usr/include/boost
>+
> ) > $C_FIFO 2>&1
>
>_______________________________________________
>Lunar-commits mailing list
>Lunar-commits at lunar-linux.org
>http://foo-projects.org/mailman/listinfo/lunar-commits

 ///
cmak


More information about the Lunar-dev mailing list