bug-gnulib
[Top][All Lists]
Advanced

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

Re: Improve Gnulib's ability to compile on FreeBSD


From: Eric Blake
Subject: Re: Improve Gnulib's ability to compile on FreeBSD
Date: Fri, 23 Dec 2011 07:28:57 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

On 12/23/2011 04:22 AM, Tom Limoncelli wrote:
> I can't take credit for this... it comes from:
> https://svn.csub.edu/p/freebsd/browser/freebsd/ports/trunk/textproc/augeas/files/patch-gnulib%3A%3Alib%3A%3AMakefile.am?rev=73
> 
> --- gnulib/lib/Makefile.am.orig 2010-04-28 14:46:00.000000000 -0700
> +++ gnulib/lib/Makefile.am      2010-04-28 14:47:00.000000000 -0700
> @@ -395,7 +395,7 @@
>           case '$(host_os)' in \
>             darwin[56]*) \
>               need_charset_alias=true ;; \
> -           darwin* | cygwin* | mingw* | pw32* | cegcc*) \
> +           darwin* | cygwin* | mingw* | pw32* | cegcc* | freebsd*) \

That doesn't help much - gnulib/lib/Makefile.am is either a generated
file, or a wrapper around a generated gnulib.mk include snippet, and you
didn't even tell us which project this was on, so we don't know which
gnulib modules were in use.

Can you post the actual compile failure you are seeing, and provide more
details why adding freebsd to the list avoids the failures?

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]