1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 08:19:13 -04:00
ports/editors/libreoffice/files/patch-vcl_Library__vcl.mk
Jung-uk Kim d26af7eba1 Update to 5.3.3.
Unfortunately, support for Firebird database is temporarily disabled
because Firebird 2.5 is no longer supported.
2017-05-19 18:42:01 +00:00

20 lines
400 B
Makefile

--- vcl/Library_vcl.mk.orig 2017-05-03 16:46:29 UTC
+++ vcl/Library_vcl.mk
@@ -643,13 +643,12 @@ else
vcl/source/opengl/OpenGLHelper \
vcl/source/window/openglwin \
))
-ifeq ($(OS),LINUX)
+ifeq ($(OS), $(filter LINUX %BSD, $(OS)))
$(eval $(call gb_Library_add_libs,vcl,\
- -lm \
- -ldl \
+ -lm $(DLOPEN_LIBS) \
-lpthread \
- -lGL \
- -lX11 \
+ -lGL \
+ -lX11 \
))
endif
endif