pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/45233: devel/gettext-tools failure on Solaris 11 Express with libcroco installed in the base system



>  >  >> Fix:
>  >  > Force to use the included libcroco seems good.
>  >
>  >  I feel that this package should be buildlinked with textproc/libcroco
>  >  or disable using libcroco.
>
>  Disable. There is no point in it.
>

I see. But "--without-libcroco-0.6-prefix" does not function.
It still detects installed libcroco-0.6 and fails to use that prefix.
This may be a bug of gettext itself.

I tried this patch:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/gettext-tools/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile    13 Jul 2011 20:50:05 -0000      1.17
+++ Makefile    13 Aug 2011 00:51:25 -0000
@@ -16,6 +16,7 @@
 CONFIGURE_ARGS+=       --without-included-gettext
 CONFIGURE_ARGS+=       --disable-csharp
 CONFIGURE_ARGS+=       --without-git
+CONFIGURE_ARGS+=       --without-libcroco-0.6-prefix
 CONFIGURE_ENV+=                GCJ= ac_cv_prog_GCJ= ac_cv_prog_JAR=
 CONFIGURE_ENV+=                HAVE_GCJ_IN_PATH=
 CONFIGURE_ENV+=                HAVE_JAVAC_IN_PATH=


Home | Main Index | Thread Index | Old Index