From owner-freebsd-current Wed Sep 30 04:16:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15572 for freebsd-current-outgoing; Wed, 30 Sep 1998 04:16:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from online.no (pilt-s.online.no [193.212.1.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA15566 for ; Wed, 30 Sep 1998 04:16:16 -0700 (PDT) (envelope-from zerium@webindex.no) Received: from zeriat.online.no (ti01a25-0112.dialup.online.no [130.67.8.240]) by online.no (8.9.1/8.8.7) with ESMTP id NAA10274; Wed, 30 Sep 1998 13:15:52 +0200 (MET DST) Received: from localhost (zerium@localhost) by zeriat.online.no (8.9.1/8.9.1) with SMTP id LAA09276; Wed, 30 Sep 1998 11:02:01 +0200 (CEST) (envelope-from zerium@webindex.no) X-Authentication-Warning: zeriat.online.no: zerium owned process doing -bs Date: Wed, 30 Sep 1998 11:02:00 +0200 (CEST) From: Hans Petter Bieker X-Sender: zerium@zeriat.online.no To: Joachim Kuebart cc: Doug White , narvi@haldjas.folklore.ee, current@FreeBSD.ORG Subject: Re: ELF X11 In-Reply-To: <199809292057.WAA00927@yacht.domestic.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 29 Sep 1998, Joachim Kuebart wrote: > Please tell me where you got stuck with KDE. I've got it all running > over here for over two weeks now with not a single glitch (well, > KDE doesn't do much more than display two or three xterm's... I > hate kterm :-). a.out-Netscape is running quite a lot as well, though. I guess he wants this: Index: ltmain.sh =================================================================== RCS file: /home/kde/kdelibs/ltmain.sh,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ltmain.sh 1998/03/20 17:38:24 1.17 +++ ltmain.sh 1998/09/27 19:14:42 1.18 @@ -967,6 +967,16 @@ versuffix="$current.$revision" ;; + freebsd) + version_vars="$version_vars major versuffix" + major="$current" + if [ $PORTOBJFORMAT = elf ]; then + versuffix="$current"; + else + versuffix="$current.$revision"; + fi + ;; + *) $echo "$modename: unknown library version type \`$version_type'" 1>&2 echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 -bieker- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message