[Glibc-bsd-commits] r1691 - trunk/web/patches

Aurelien Jarno aurel32 at costa.debian.org
Wed Oct 25 11:34:56 UTC 2006


Author: aurel32
Date: 2006-10-25 11:34:55 +0000 (Wed, 25 Oct 2006)
New Revision: 1691

Modified:
   trunk/web/patches/mono.diff
Log:
Add libc0.1 to the list of possible alternatives.



Modified: trunk/web/patches/mono.diff
===================================================================
--- trunk/web/patches/mono.diff	2006-10-21 11:27:15 UTC (rev 1690)
+++ trunk/web/patches/mono.diff	2006-10-25 11:34:55 UTC (rev 1691)
@@ -116,6 +116,22 @@
  	  --with-jit=yes --with-ikvm-native=no --with-preview=yes \
  	  --with-libgdiplus=installed --with-x=yes
  	LC_ALL=C $(MAKE) EXTERNAL_MCS=false EXTERNAL_MONO=false
+diff -u mono-1.1.18/debian/dh_clideps mono-1.1.18/debian/dh_clideps
+--- mono-1.1.18/debian/dh_clideps
++++ mono-1.1.18/debian/dh_clideps
+@@ -490,9 +490,10 @@
+      $pkgref =~ m/(\S+)(?:\s+(\(\S+\s+\S+\)))?/;
+      my $pkgname = $1;
+      my $ver = $2;
+-     # hack for libc6, for ia64 and alpha the package name is libc6.1
++     # hack for libc6, for ia64 and alpha the package name is libc6.1, for kfreebsd-i386 
++     # and kfreebsd-amd64 it is libc0.1
+      if ($pkgname =~ m/^libc6/) {
+-       $pkg = "libc6 $ver | libc6.1 $ver";
++       $pkg = "libc6 $ver | libc6.1 $ver | libc0.1 $ver";
+      }
+      
+      if (defined($clideps_override{$pkgname})) {
 diff -u mono-1.1.18/debian/patches/00list mono-1.1.18/debian/patches/00list
 --- mono-1.1.18/debian/patches/00list
 +++ mono-1.1.18/debian/patches/00list




More information about the Glibc-bsd-commits mailing list