]> git.pld-linux.org Git - packages/bijiben.git/blame - bijiben-localedir.patch
- build with tracker 2.x
[packages/bijiben.git] / bijiben-localedir.patch
CommitLineData
d4f48ecd
JB
1--- bijiben-3.24.0/src/Makefile.am.orig 2017-05-25 02:15:49.000000000 +0200
2+++ bijiben-3.24.0/src/Makefile.am 2017-07-16 09:23:26.593855414 +0200
3@@ -9,7 +9,7 @@
4
5 AM_CPPFLAGS = \
6 -DDATADIR=\""$(datadir)"\" \
7- -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8+ -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \
9 -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
10 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
11 -I$(top_srcdir)/libgd \
12--- bijiben-3.24.0/src/libbiji/Makefile.am.orig 2017-05-25 02:15:49.000000000 +0200
13+++ bijiben-3.24.0/src/libbiji/Makefile.am 2017-07-16 09:23:47.530521843 +0200
14@@ -6,7 +6,7 @@
15
16 AM_CPPFLAGS = \
17 -DDATADIR=\""$(datadir)"\" \
18- -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
19+ -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \
20 -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
21 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
22 -I$(top_srcdir)/libgd \
This page took 0.104299 seconds and 4 git commands to generate.