[Libreoffice-commits] .: solenv/gbuild
François Tigeot
ftigeot at kemper.freedesktop.org
Mon Jun 6 23:56:50 PDT 2011
solenv/gbuild/platform/netbsd.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5f58afd947d7d651019daa998544010b31665e03
Author: Thomas Klausner <wiz at NetBSD.org>
Date: Mon Jun 6 22:53:34 2011 +0200
Add native X11 location to LD_LIBRARY_PATH
diff --git a/solenv/gbuild/platform/netbsd.mk b/solenv/gbuild/platform/netbsd.mk
index 081cff8..5644f0c 100644
--- a/solenv/gbuild/platform/netbsd.mk
+++ b/solenv/gbuild/platform/netbsd.mk
@@ -39,6 +39,6 @@ gb_COMPILERDEFAULTOPTFLAGS := -O2
include $(GBUILDDIR)/platform/unxgcc.mk
-gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib
+gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib:/usr/X11R7/lib
# vim: set noet sw=4:
More information about the Libreoffice-commits
mailing list