diff options
author | sb <sb@openoffice.org> | 2010-05-05 08:49:03 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-05-05 08:49:03 +0200 |
commit | 4e2c875051c77528370e7dc1cf87519dcb337ca3 (patch) | |
tree | a49a27b14a564b4fa3f89ffd35a34a9d4459dfc7 /cppunit | |
parent | 84b4b5fd26e906cdc551b1fdedfa748381c141b1 (diff) |
sb122: #i111385# fix for FreeBSD (by maho)
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/makefile.mk | 2 |
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 |