b542dc99b9
Doesn't work on NetBSD-6, but reportedly works on NetBSD-5*/amd64 and /i386, as well as DragonFly/x86_64 and /i386. LibreOffice is a free, community-developed, multi-platform office productivity suite. It includes key desktop applications: word processor, spreadsheet, presentation manager, and drawing program, with a user interface and feature set similar to other office suites.
15 lines
624 B
Text
15 lines
624 B
Text
$NetBSD: patch-set_soenv.in,v 1.1.1.1 2012/06/01 06:12:14 wiz Exp $
|
|
|
|
Force the use of LD_LIBRARY_PATH to work around runpath issues
|
|
when shared libraries are moved around by the build process
|
|
|
|
--- set_soenv.in.orig 2011-08-23 13:05:22.000000000 +0000
|
|
+++ set_soenv.in
|
|
@@ -1493,6 +1493,7 @@ ToFile( "ASM_PATH", $ASM_PATH,
|
|
ToFile( "ML_EXE", "@ML_EXE@", "e" );
|
|
ToFile( "FRAMEWORKSHOME", $FRAMEWORKSHOME, "e" );
|
|
ToFile( "Empty", $empty, "n" );
|
|
+ToFile( "LD_LIBRARY_PATH", "@LIBPATH@", "e" );
|
|
|
|
#
|
|
# Writing the platform independent constant values to file.
|