fix macosx build failure
I only *need* it for the fuzzers, just wanted to keep this in sync with those for simplicity Change-Id: I4fd8aef54c6604c0d44faca9a6515bfd8e85d8bf
This commit is contained in:
@@ -15,11 +15,7 @@ $(eval $(call gb_Executable_use_api,fftester,\
|
|||||||
udkapi \
|
udkapi \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Executable_use_externals,fftester,\
|
$(eval $(call gb_Executable_use_external,fftester,boost_headers))
|
||||||
boost_headers \
|
|
||||||
freetype_headers \
|
|
||||||
harfbuzz \
|
|
||||||
))
|
|
||||||
|
|
||||||
$(eval $(call gb_Executable_set_include,fftester,\
|
$(eval $(call gb_Executable_set_include,fftester,\
|
||||||
$$(INCLUDE) \
|
$$(INCLUDE) \
|
||||||
|
@@ -52,8 +52,6 @@
|
|||||||
#include <osl/file.hxx>
|
#include <osl/file.hxx>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include "headless/svpgdi.hxx"
|
|
||||||
#include "unx/glyphcache.hxx"
|
|
||||||
|
|
||||||
#include <../source/filter/igif/gifread.hxx>
|
#include <../source/filter/igif/gifread.hxx>
|
||||||
#include <../source/filter/ixbm/xbmread.hxx>
|
#include <../source/filter/ixbm/xbmread.hxx>
|
||||||
@@ -447,8 +445,6 @@ try_again:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* If AFL_PERSISTENT not set or PERSIST_MAX exceeded, exit normally. */
|
/* If AFL_PERSISTENT not set or PERSIST_MAX exceeded, exit normally. */
|
||||||
|
|
||||||
SvpSalGraphics::getPlatformGlyphCache().ClearFontOptions();
|
|
||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user