diff options
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_StaticLibrary__glxtest.mk')
-rw-r--r-- | editors/libreoffice/files/patch-vcl_StaticLibrary__glxtest.mk | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/libreoffice/files/patch-vcl_StaticLibrary__glxtest.mk b/editors/libreoffice/files/patch-vcl_StaticLibrary__glxtest.mk deleted file mode 100644 index 8348d58ee2ac..000000000000 --- a/editors/libreoffice/files/patch-vcl_StaticLibrary__glxtest.mk +++ /dev/null @@ -1,26 +0,0 @@ ---- vcl/StaticLibrary_glxtest.mk.orig 2015-08-22 06:41:35 UTC -+++ vcl/StaticLibrary_glxtest.mk -@@ -29,6 +29,16 @@ $(eval $(call gb_StaticLibrary_use_api,g - udkapi \ - )) - -+ifeq ($(OS),FREEBSD) -+$(eval $(call gb_StaticLibrary_add_libs,glxtest,\ -+ -lGL \ -+ -lX11 \ -+)) -+ -+$(eval $(call gb_StaticLibrary_add_exception_objects,glxtest,\ -+ vcl/unx/glxtest \ -+)) -+else - $(eval $(call gb_StaticLibrary_add_libs,glxtest,\ - -lm \ - -ldl \ -@@ -40,5 +50,6 @@ $(eval $(call gb_StaticLibrary_add_libs, - $(eval $(call gb_StaticLibrary_add_exception_objects,glxtest,\ - vcl/unx/glxtest \ - )) -+endif - - # vim: set noet sw=4 ts=4: |