]> git.pld-linux.org Git - packages/avahi.git/blob - avahi-localedir.patch
- fixed qt3 devel dependency; release 2
[packages/avahi.git] / avahi-localedir.patch
1 --- avahi-0.8/configure.ac.orig 2020-02-27 21:01:37.216477131 +0100
2 +++ avahi-0.8/configure.ac      2020-02-27 21:01:41.553120304 +0100
3 @@ -421,7 +421,7 @@
4  AM_GNU_GETTEXT_VERSION([0.19.8])
5  AM_GNU_GETTEXT([external])
6  
7 -avahilocaledir='${prefix}/${DATADIRNAME}/locale'
8 +avahilocaledir='${localedir}'
9  AC_SUBST(avahilocaledir)
10  
11  # Check for pkg-config manually first, as if its not installed the
This page took 0.022008 seconds and 3 git commands to generate.