GConf: add missing patch for musl

This commit is contained in:
Đoàn Trần Công Danh 2021-01-26 21:37:02 +07:00
parent fea6598b21
commit dd38e32f47

View 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