summaryrefslogtreecommitdiff
path: root/cppunit
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-05-05 08:49:03 +0200
committersb <sb@openoffice.org>2010-05-05 08:49:03 +0200
commit4e2c875051c77528370e7dc1cf87519dcb337ca3 (patch)
treea49a27b14a564b4fa3f89ffd35a34a9d4459dfc7 /cppunit
parent84b4b5fd26e906cdc551b1fdedfa748381c141b1 (diff)
sb122: #i111385# fix for FreeBSD (by maho)
Diffstat (limited to 'cppunit')
-rw-r--r--cppunit/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index f418731c36c1..4b1a7deac533 100644
--- a/cppunit/makefile.mk
+++ b/cppunit/makefile.mk
@@ -97,7 +97,7 @@ OOO_STLPORT_LIBS += -lm
# execute that program; however, the program would fail to locate the STLport
# library (another work-around might be to add something like --as-needed around
# $(LIBSTLPORT)):
-.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS"
+.IF "$(OS)" == "FREEBSD" || "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS"
.IF "$(LD_LIBRARY_PATH)" == ""
LD_LIBRARY_PATH := $(SOLARLIBDIR)
# strictly speaking, this is incorrect if the LD_LIBRARY_PATH environment