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
The following reply was made to PR pkg/45233; it has been noted by GNATS.
From: "NAKAJI Hiroyuki" <nakaji%jp.FreeBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost,
pkgsrc-bugs%NetBSD.org@localhost,
nakaji%jp.FreeBSD.org@localhost
Subject: Re: pkg/45233: devel/gettext-tools failure on Solaris 11 Express with
libcroco installed in the base system
Date: Sat, 13 Aug 2011 09:55:26 +0900
> > >> 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