Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Oct 2006 09:48:37 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        Mihnea Capraru <mihnea_capraru@fastmail.fm>
Cc:        freebsd-ports-bugs@FreeBSD.org, openoffice@FreeBSD.org
Subject:   Re: ports/103896: OO.o port should add <OO_DIR>/program to LD_LIBRARY_PATH
Message-ID:  <20061003.094837.118629176.chat95@mac.com>
In-Reply-To: <200610021051.k92ApQTL099708@freefall.freebsd.org>
References:  <200610021051.k92ApQTL099708@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Mihnea, thanks for your report.

However, I cannot figure out what is the problem here. Please explain with
reproduceable way. For example 
we already have LD_LIBRARY_PATH in soprogram/soffice and I belive that
LD_LIBRARY_PATH is also set with SDK environment.

  *)
    # this is a temporary hack until we can live with the default search paths
    if [ $LD_LIBRARY_PATH ]; then
      SYSTEM_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
      export SYSTEM_LD_LIBRARY_PATH
      LD_LIBRARY_PATH="$sd_prog$add_moz_lib":$LD_LIBRARY_PATH
    else
      LD_LIBRARY_PATH="$sd_prog$add_moz_lib"
    fi
    export LD_LIBRARY_PATH
    ;;
esac
thanks,
-- NAKATA, Maho (maho@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061003.094837.118629176.chat95>