[Fontconfig] fontconfig: Branch 'master' - 2 commits

Akira TAGOH akira at tagoh.org
Sun Mar 1 18:40:17 PST 2015


Thanks. that issue was fixed in local repo but forgot to commit it. should
works now.

On Sun, Mar 1, 2015 at 2:10 AM, Jon TURNEY <jon.turney at dronecode.org.uk>
wrote:

> On 27/02/2015 06:57, Akira TAGOH wrote:
>
>> commit d6a5cc665a1d7e91332944353e92c83ad114368c
>> Author: Akira TAGOH <akira at tagoh.org>
>> Date:   Fri Feb 27 14:17:26 2015 +0900
>>
>>      Hardcode the blanks in the library
>>
>>      https://bugs.freedesktop.org/show_bug.cgi?id=79956
>>
>>  [...]
>
>> diff --git a/fc-blanks/Makefile.am b/fc-blanks/Makefile.am
>>
> [...]
>
>> +
>> +NULL =
>> +BLANKSPY = fc-blanks.py
>> +BLANKS_H = fcblanks.h
>> +TMPL = fcblanks.tmpl.h
>> +noinst_SCRIPTS = $(BLANKSPY)
>> +noinst_HEADERS = $(BLANKS_H)
>> +
>> +$(BLANKS_H): $(BLANKSPY) $(TMPL)
>> +       $(AM_V_GEN) $(PYTHON) $(BLANKSPY) < $(TMPL) > $(BLANKS_H).tmp && \
>> +       mv $(BLANKS_H).tmp $(BLANKS_H) || ($(RM) $(BLANKS_H).tmp && false)
>>
>
> This doesn't work when srcdir != builddir.  See [1]
>
> Patch attached.
>
> [1]  http://tinderbox.x.org/builds/2015-02-27-0014/logs/fontconfig/#build
>
>


-- 
Akira TAGOH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig/attachments/20150302/dd93ed57/attachment.html>


More information about the Fontconfig mailing list