Date: Fri, 25 Sep 1998 18:19:00 -0700 (PDT) From: Alex <garbanzo@hooked.net> To: Satoshi Asami <asami@FreeBSD.ORG> Cc: bright@hotjobs.com, pam@polynet.lviv.ua, freebsd-current@FreeBSD.ORG Subject: Re: Mesa2.6 port broken? Message-ID: <Pine.BSF.4.00.9809251815360.244-200000@zippy.dyn.ml.org> In-Reply-To: <199809252334.QAA13616@silvia.hip.berkeley.edu>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Fri, 25 Sep 1998, Satoshi Asami wrote: [..] > * *beaming with pride* i got about 99% of kde ELF installed, so it IS > * possible to do it. qt, mesa and kde > > Do you want to send us (and the maintainer, se@freebsd.org) the patch > for kde? That's about the only biggie left. Ehm. What patches? Perhaps I've got an odd setup by not compiling with the ports, but KDE as of a few nights ago builds just fine (with egcs none the less). But if you're truely anal about only one library version being used, the attached (700byte) patch was sent to me to fix this. If it works, I'll commit it to the KDE tree when I get a chance. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | [-- Attachment #2 --] Index: ltconfig =================================================================== RCS file: /usr/home/cvs/cvsroot/kde/kdelibs/ltconfig,v retrieving revision 1.17 diff -u -r1.17 ltconfig --- ltconfig 1998/09/11 15:58:25 1.17 +++ ltconfig 1998/09/22 04:11:58 @@ -1125,7 +1125,7 @@ freebsd2* | freebsd3*) version_type=sunos - library_names_spec='${libname}${release}.so.$versuffix' + library_names_spec='`if [ -x /usr/bin/objformat ] && [ "elf" = \`/usr/bin/objformat\` ]; then echo "${libname}${release}.so.${major} $libname.so"; else echo "${libname}${release}.so.${versuffix}"; fi`' finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH ;;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9809251815360.244-200000>
