summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_Executable__visualbackendtest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_Executable__visualbackendtest.mk')
-rw-r--r--editors/libreoffice/files/patch-vcl_Executable__visualbackendtest.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/libreoffice/files/patch-vcl_Executable__visualbackendtest.mk b/editors/libreoffice/files/patch-vcl_Executable__visualbackendtest.mk
deleted file mode 100644
index 1c55e514d8ea..000000000000
--- a/editors/libreoffice/files/patch-vcl_Executable__visualbackendtest.mk
+++ /dev/null
@@ -1,17 +0,0 @@
---- vcl/Executable_visualbackendtest.mk.orig 2019-08-07 01:26:35.000000000 +0800
-+++ vcl/Executable_visualbackendtest.mk 2019-08-08 20:07:11.830059000 +0800
-@@ -41,11 +41,10 @@
- vclmain \
- ))
-
--ifeq ($(OS),LINUX)
-+ifeq ($(OS), $(filter LINUX %BSD, $(OS)))
- $(eval $(call gb_Executable_add_libs,visualbackendtest,\
-- -lm \
-- -ldl \
-- -lX11 \
-+ -lm $(DLOPEN_LIBS) \
-+ -lX11 \
- ))
-
- $(eval $(call gb_Executable_use_static_libraries,visualbackendtest,\