]> git.pld-linux.org Git - packages/bijiben.git/blob - bijiben-localedir.patch
- added meson patch, release 2 (evolution 3.46.x)
[packages/bijiben.git] / bijiben-localedir.patch
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.089302 seconds and 3 git commands to generate.