[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    PATCH: KDE on Darwin
From:       Luís_Pedro_Coelho <luis () luispedro ! org>
Date:       2005-03-16 13:21:16
Message-ID: 200503161321.16662.luis () luispedro ! org
[Download RAW message or body]

Hi,

I undertook it to compile an updated version of KDE on Darwin (started Sunday, 
still not finish :( I updated my KDE ON DARWIN page at 
http://luispedro.org/kde-darwin/kde-cvs.php.

Some of the needed patches are hacks, but I attached what seems a real bugfix.

BTW, I checked upstream and libtool already fixed this in their CVS.

could anyone with admin karma commit this, please?

thanks,
-- 
luispedro
http://blog.luispedro.org/

["libtool.patch" (text/x-diff)]

Index: libtool.m4.in
===================================================================
RCS file: /home/kde/kde-common/admin/libtool.m4.in,v
retrieving revision 1.85
diff -u -3 -p -b -r1.85 libtool.m4.in
--- libtool.m4.in	18 Jan 2005 09:52:36 -0000	1.85
+++ libtool.m4.in	14 Mar 2005 18:23:10 -0000
@@ -2564,14 +2564,14 @@ aix4*)
       ;;
     *) # Darwin 1.3 on
       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-	allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
       else
 	case ${MACOSX_DEPLOYMENT_TARGET} in
 	  10.[012])
-	    allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 	    ;;
 	  10.*)
-	    allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
 	    ;;
 	esac
       fi
@@ -2887,14 +2887,14 @@ case $host_os in
       ;;
     *) # Darwin 1.3 on
       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-	allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+	_LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
       else
 	case ${MACOSX_DEPLOYMENT_TARGET} in
 	  10.[012])
-	    allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 	    ;;
 	  10.*)
-	    allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+	    _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
 	    ;;
 	esac
       fi
@@ -5338,14 +5338,14 @@ EOF
 	;;
       *) # Darwin 1.3 on
 	if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
-	  allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+	  _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 	else
 	  case ${MACOSX_DEPLOYMENT_TARGET} in
 	    10.[012])
-	      allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
+	      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 	      ;;
 	    10.*)
-	      allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
+	      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
 	      ;;
 	  esac
 	fi


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic