Date: Wed, 28 Feb 2007 06:30:02 +0100 From: Karel Miklav <karel@lovetemple.net> To: Peter Jeremy <peterjeremy@optushome.com.au> Cc: "ports@FreeBSD. org" <ports@freebsd.org>, Ade Lovett <ade@freebsd.org> Subject: Re: GnuCash Message-ID: <45E5135A.1010303@lovetemple.net> In-Reply-To: <20070227174143.GE844@turion.vk2pj.dyndns.org> References: <45E332E8.5070004@siol.net> <1172535609.66810.3.camel@fbsd1.dyndns.org> <2F06BC34-C8A0-44BC-B0B1-FCF045C8E341@FreeBSD.org> <20070227174143.GE844@turion.vk2pj.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Jeremy wrote: > After re-implementing my configure patch, re-building libltdl15 and > completing the gnucash upgrade, everything works correctly. I must confirm, that this works for me too. Thank you very much. -- mama# cd /usr/ports/devel/libtool15 mama# ll files total 4 -rw-r--r-- 1 root wheel 453 Feb 28 01:53 patch-libltdl__configure -rw-r--r-- 1 root wheel 1821 Feb 28 01:55 patch-ltmain.sh mama# cat files/patch-libltdl__configure --- ./libltdl/configure.orig Wed Feb 28 01:51:37 2007 +++ ./libltdl/configure Wed Feb 28 01:53:08 2007 @@ -21121,6 +21121,9 @@ # If you are looking for one http://www.opendarwin.org/projects/dlcompat libltdl_cv_sys_dlopen_deplibs=yes ;; + freebsd*) + libltdl_cv_sys_dlopen_deplibs=yes + ;; gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) # GNU and its variants, using gnu ld.so (Glibc) libltdl_cv_sys_dlopen_deplibs=yes lama# -- Regards, Karel Miklav
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45E5135A.1010303>