GConf: add missing patch for musl
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user