From: Josh R. <jos...@eu...> - 2009-02-06 03:10:38
|
On Thu, February 5, 2009 7:58 pm, Marcelo Vanzin wrote: > Josh Rickmar wrote: > >> % pkg_which /usr/local/include/unicode.h >> libunicode-0.4_9 > > Could you try this patch? It seems to work for me. (You'll probably need > autoconf / automake / etc to rebuild the makefiles...) > > --- configure.ac > +++ configure.ac 09-02-05 16:35:53 > @@ -800,7 +800,7 @@ > > > INCLUDE_DIR="`cd $srcdir; pwd`/lib/include" > BLD_INCLUDE_DIR="$BUILDDIR/lib/include" > -CPPFLAGS="$CPPFLAGS -I$INCLUDE_DIR -I$BLD_INCLUDE_DIR" > +CPPFLAGS="-I$INCLUDE_DIR -I$BLD_INCLUDE_DIR $CPPFLAGS" > > > ### OS/arch-specific flags / actions > > > > > -- > - Marcelo > Sorry, but I don't have any experience with automake and autoconf. I applied the patch, but when running autoconf, I get an error saying that my version is wrong. I am using autoconf 2.62, but it says that it won't work because it was made with version 2.61. I checked, and I can't find 2.61 in the ports tree. Again, sorry for the slightly off-topic error. What should I try doing instead? -- To send me a personal email, please place [personal] in the Subject line. |