[Pkg-tcltk-commits] r942 - in itk3/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Sep 18 07:14:34 UTC 2009
Author: sgolovan
Date: 2009-09-18 07:14:34 +0000 (Fri, 18 Sep 2009)
New Revision: 942
Added:
itk3/trunk/debian/patches/non-linux.patch
Modified:
itk3/trunk/debian/changelog
itk3/trunk/debian/patches/series
Log:
[itk3]
* Fixed build for non-linux Debian architectures.
Modified: itk3/trunk/debian/changelog
===================================================================
--- itk3/trunk/debian/changelog 2009-09-18 07:14:15 UTC (rev 941)
+++ itk3/trunk/debian/changelog 2009-09-18 07:14:34 UTC (rev 942)
@@ -1,8 +1,8 @@
-itk3 (3.3-2) UNRELEASED; urgency=low
+itk3 (3.3-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:38:27 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 18 Sep 2009 10:42:16 +0400
itk3 (3.3-1) unstable; urgency=low
Added: itk3/trunk/debian/patches/non-linux.patch
===================================================================
--- itk3/trunk/debian/patches/non-linux.patch (rev 0)
+++ itk3/trunk/debian/patches/non-linux.patch 2009-09-18 07:14:34 UTC (rev 942)
@@ -0,0 +1,25 @@
+Patch by Sergei Golovan fixes build on hurd-i386, kfreebsd-i386,
+kfreebsd-amd64 architectures.
+
+--- itk3-3.3.orig/configure
++++ itk3-3.3/configure
+@@ -8268,7 +8268,7 @@
+ fi
+ fi
+ ;;
+- Linux*)
++ Linux*|GNU*)
+ SHLIB_CFLAGS="-fPIC"
+ SHLIB_LD_LIBS='${LIBS}'
+ SHLIB_SUFFIX=".so"
+--- itk3-3.3.orig/tclconfig/tcl.m4
++++ itk3-3.3/tclconfig/tcl.m4
+@@ -1249,7 +1249,7 @@
+ fi
+ fi
+ ;;
+- Linux*)
++ Linux*|GNU*)
+ SHLIB_CFLAGS="-fPIC"
+ SHLIB_LD_LIBS='${LIBS}'
+ SHLIB_SUFFIX=".so"
Modified: itk3/trunk/debian/patches/series
===================================================================
--- itk3/trunk/debian/patches/series 2009-09-18 07:14:15 UTC (rev 941)
+++ itk3/trunk/debian/patches/series 2009-09-18 07:14:34 UTC (rev 942)
@@ -1,2 +1,3 @@
pkgindex.patch
stubs.patch
+non-linux.patch
More information about the Pkg-tcltk-commits
mailing list