Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 11:02:00 +0200 (CEST)
From:      Hans Petter Bieker <zerium@webindex.no>
To:        Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
Cc:        Doug White <dwhite@resnet.uoregon.edu>, narvi@haldjas.folklore.ee, current@FreeBSD.ORG
Subject:   Re: ELF X11
Message-ID:  <Pine.BSF.4.02A.9809301059180.25271-100000@zeriat.online.no>
In-Reply-To: <199809292057.WAA00927@yacht.domestic.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9809301059180.25271-100000>