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
commit118cbfdaa7413e859471d006d2b0e32a99e86cbf (patch)
tree63aca6a36d0e06153a9dc66cc23008322a585814 /cppunit
parent42170ff243258907b3da2a8f6371d869c0af89c2 (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 f418731..4b1a7de 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