summaryrefslogtreecommitdiff
path: root/skip/libreoffice/musl-libintl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'skip/libreoffice/musl-libintl.patch')
-rw-r--r--skip/libreoffice/musl-libintl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/skip/libreoffice/musl-libintl.patch b/skip/libreoffice/musl-libintl.patch
new file mode 100644
index 0000000..ceaaaff
--- /dev/null
+++ b/skip/libreoffice/musl-libintl.patch
@@ -0,0 +1,15 @@
+diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
+index 0bfcbad..99acee1 100644
+--- a/unotools/Library_utl.mk
++++ b/unotools/Library_utl.mk
+@@ -16,6 +16,10 @@ $(eval $(call gb_Library_use_externals,utl,\
+ boost_locale \
+ ))
+
++$(eval $(call gb_Library_add_libs,utl,\
++ -lintl \
++))
++
+ $(eval $(call gb_Library_use_custom_headers,utl,\
+ officecfg/registry \
+ ))