Date: Thu, 18 Feb 1999 11:22:45 +0200 From: Sheldon Hearn <sheldonh@iafrica.com> To: Steve Price <sprice@hiwaay.net> Cc: ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? Message-ID: <13593.919329765@axl.noc.iafrica.com> In-Reply-To: Your message of "Wed, 17 Feb 1999 19:41:42 CST." <Pine.OSF.4.02.9902171940450.28017-200000@fly.HiWAAY.net>
next in thread | previous in thread | raw e-mail | index | archive | help
------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13589.919329763.1@axl.noc.iafrica.com> On Wed, 17 Feb 1999 19:41:42 CST, Steve Price wrote: > You'll need the attached patch if you are running 4.0-CURRENT. On closer inspection, your patch appeared to be infected with the trailing ^M virus. :) I've attached a clean version that applies cleanly and fixes the problem I originally complained about. The library's minor version number should probably be dropped from the PLIST as well. Thanks a stack, Sheldon. ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13589.919329763.2@axl.noc.iafrica.com> Content-Description: patch-ap --- ltconfig.orig Sat Feb 13 17:14:03 1999 +++ ltconfig Sat Feb 13 17:15:13 1999 @@ -782,7 +782,7 @@ ;; # FreeBSD 3, at last, uses gcc -shared to do shared libraries. - freebsd3*) + freebsd*) archive_cmds='$CC -shared -o $lib$libobjs' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -1143,7 +1143,7 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd3*) +freebsd*) version_type=freebsd library_names_spec='${libname}${release}.so.$versuffix $libname.so' if [ $PORTOBJFORMAT = elf ]; then ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13593.919329765>