[Libreoffice-commits] .: Branch 'libreoffice-3-4' - RepositoryFixes.mk
Robert Nagy
rnagy at kemper.freedesktop.org
Sun Apr 3 13:12:24 PDT 2011
RepositoryFixes.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e1fe06748aab61cd9742e41bd8b2a36b8e4d26d
Author: Robert Nagy <robert at openbsd.org>
Date: Sun Apr 3 22:10:37 2011 +0200
filter some library names on *BSD too just like on LINUX
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 877419b..15a0f87 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -30,7 +30,7 @@
# Make has no support for 'or' clauses in conditionals,
# we use a filter expression instead.
-ifneq (,$(filter LINUX DRAGONFLY, $(OS)))
+ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS)))
gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
More information about the Libreoffice-commits
mailing list