Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2017 20:29:15 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        blubee blubeeme <gurenchan@gmail.com>
Cc:        FreeBSD Ports <freebsd-ports@freebsd.org>, FreeBSD current <freebsd-current@freebsd.org>
Subject:   Re: po/Makefile.in.in was not created by intltoolize."
Message-ID:  <20171025202915.7e3de86c@kalimero.tijl.coosemans.org>
In-Reply-To: <CALM2mEkgmxT_xJWt5xPSRjBWa4aHE9RY3Hu74maVoiSzS7sDag@mail.gmail.com>
References:  <CALM2mEkgmxT_xJWt5xPSRjBWa4aHE9RY3Hu74maVoiSzS7sDag@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 Oct 2017 01:11:55 +0800 blubee blubeeme <gurenchan@gmail.com> wrote:
> I found this really old thread:
> https://mail.gnome.org/archives/gtkmm-list/2009-August/msg00072.html
> 
> and this really old script to "work around" the issue.
> 
> #! /bin/sh -etest -n "$srcdir" || srcdir=`dirname "$0"`test -n
> "$srcdir" || srcdir=.(
>   cd "$srcdir" &&
>   AUTOPOINT='intltoolize --automake --copy' autoreconf --force
> --install --verbose) || exittest -n "$NOCONFIGURE" ||
> "$srcdir/configure" "$@"
> 
> 
> 
> Do I just have to implement this in the ports Makefile or is there some
> workaround?

Just add USES=autoreconf and USE_GNOME=intltool to your Makefile.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171025202915.7e3de86c>