summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
Diffstat (limited to 'scp2')
-rw-r--r--scp2/InstallModule_ooo.mk3
-rw-r--r--scp2/source/ooo/file_library_ooo.scp4
2 files changed, 2 insertions, 5 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 927c4e1d2f34..928edad55a3f 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -134,10 +134,7 @@ $(eval $(call gb_InstallModule_define_mingw_dll_if_set,scp2/ooo,\
MINGW_ZLIB_DLL \
))
-include $(OUTDIR)/inc/i18npool/version.mk
-
$(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
- -DISOLANG_MAJOR=$(ISOLANG_MAJOR) \
$(if $(filter MACOSX,$(OS)),\
-DENABLE_CAIROCANVAS \
) \
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 0b4a78e1dfde..b2a6cbbf29c0 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -706,9 +706,9 @@ End
File gid_File_Lib_I18nisolang
#ifdef UNX
- Name = STRING(CONCAT4(libi18nisolang,ISOLANG_MAJOR,COMID,UNXSUFFIX));
+ Name = STRING(CONCAT3(libi18nisolang1,COMID,UNXSUFFIX));
#else
- Name = STRING(CONCAT4(i18nisolang,ISOLANG_MAJOR,COMID,.dll));
+ Name = STRING(CONCAT3(i18nisolang1,COMID,.dll));
#endif
PACKED_LIB_FILE_BODY;
End