mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
GConf: add missing patch for musl
This commit is contained in:
parent
fea6598b21
commit
dd38e32f47
1 changed files with 15 additions and 0 deletions
15
srcpkgs/GConf/patches/locale.patch
Normal file
15
srcpkgs/GConf/patches/locale.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Index: configure
|
||||||
|
===================================================================
|
||||||
|
--- configure.orig
|
||||||
|
+++ configure
|
||||||
|
@@ -18589,8 +18589,8 @@ fi
|
||||||
|
DATADIRNAME=share
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
- CATOBJEXT=.mo
|
||||||
|
- DATADIRNAME=lib
|
||||||
|
+ CATOBJEXT=.gmo
|
||||||
|
+ DATADIRNAME=share
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue