[Pkg-tcltk-commits] r941 - in itcl3/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Sep 18 07:14:15 UTC 2009
Author: sgolovan
Date: 2009-09-18 07:14:15 +0000 (Fri, 18 Sep 2009)
New Revision: 941
Added:
itcl3/trunk/debian/patches/non-linux.patch
Modified:
itcl3/trunk/debian/changelog
itcl3/trunk/debian/patches/series
Log:
[itcl3]
* Fixed build for non-linux Debian architectures.
Modified: itcl3/trunk/debian/changelog
===================================================================
--- itcl3/trunk/debian/changelog 2009-09-13 14:47:11 UTC (rev 940)
+++ itcl3/trunk/debian/changelog 2009-09-18 07:14:15 UTC (rev 941)
@@ -1,8 +1,8 @@
-itcl3 (3.4~b1-2) UNRELEASED; urgency=low
+itcl3 (3.4~b1-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Fixed build for non-linux Debian architectures.
- -- Sergei Golovan <sgolovan at debian.org> Fri, 04 Sep 2009 18:39:53 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 18 Sep 2009 10:29:56 +0400
itcl3 (3.4~b1-1) unstable; urgency=low
Added: itcl3/trunk/debian/patches/non-linux.patch
===================================================================
--- itcl3/trunk/debian/patches/non-linux.patch (rev 0)
+++ itcl3/trunk/debian/patches/non-linux.patch 2009-09-18 07:14:15 UTC (rev 941)
@@ -0,0 +1,25 @@
+Patch by Sergei Golovan fixes build on hurd-i386, kfreebsd-i386,
+kfreebsd-amd64 architectures.
+
+--- itcl3-3.4~b1.orig/configure
++++ itcl3-3.4~b1/configure
+@@ -7518,7 +7518,7 @@
+ fi
+ fi
+ ;;
+- Linux*)
++ Linux*|GNU*)
+ SHLIB_CFLAGS="-fPIC"
+ SHLIB_LD_LIBS='${LIBS}'
+ SHLIB_SUFFIX=".so"
+--- itcl3-3.4~b1.orig/tclconfig/tcl.m4
++++ itcl3-3.4~b1/tclconfig/tcl.m4
+@@ -1440,7 +1440,7 @@
+ fi
+ fi
+ ;;
+- Linux*)
++ Linux*|GNU*)
+ SHLIB_CFLAGS="-fPIC"
+ SHLIB_LD_LIBS='${LIBS}'
+ SHLIB_SUFFIX=".so"
Modified: itcl3/trunk/debian/patches/series
===================================================================
--- itcl3/trunk/debian/patches/series 2009-09-13 14:47:11 UTC (rev 940)
+++ itcl3/trunk/debian/patches/series 2009-09-18 07:14:15 UTC (rev 941)
@@ -1 +1,2 @@
pkgindex.patch
+non-linux.patch
More information about the Pkg-tcltk-commits
mailing list