blob: c0062ce4ff1ea9ef066dca0fa06f6b90f7a7e588 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/Makefile.in.orig 2014-11-24 20:10:25.000000000 +0100
+++ src/Makefile.in 2014-11-24 20:10:57.000000000 +0100
@@ -327,8 +327,8 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-fontdir = $(datadir)/fonts/truetype
-cachedir = $(localstatedir)/cache/xfstt
+fontdir = %%TTFONTDIR%%
+cachedir = %%TTFONTDIR%%
pidfile = $(localstatedir)/run/xfstt.pid
LDADD = @LIBINTL@ -L$(top_builddir)/libfstt -lfstt
AM_CPPFLAGS = -DLOCALEDIR=\""$(localedir)\"" -DFONTDIR=\""$(fontdir)\"" \
|