[Pkg-gs-devel] r106 - in ghostscript/trunk/debian: . patches

Masayuki Hatta mhatta at alioth.debian.org
Sun Jan 4 02:57:42 UTC 2009


Author: mhatta
Date: Sun Jan  4 02:57:42 2009
New Revision: 106

Log:
Added 34_ftbfs-on-hurd-fix.dpatch.


Added:
   ghostscript/trunk/debian/patches/34_ftbfs-on-hurd-fix.dpatch   (contents, props changed)
Modified:
   ghostscript/trunk/debian/changelog
   ghostscript/trunk/debian/patches/00list

Modified: ghostscript/trunk/debian/changelog
==============================================================================
--- ghostscript/trunk/debian/changelog	(original)
+++ ghostscript/trunk/debian/changelog	Sun Jan  4 02:57:42 2009
@@ -9,6 +9,8 @@
   * debian/patches/33_bad-params-to-xinitimage-on-large-bitmaps.dpatch:
     Fixed zooming problem in gv (Upstream bug #689547)
     - closes: #419183
+  * debian/patches//34_ftbfs-on-hurd-fix.dpatch:
+    Fixed FTBFS on hurd-i386 - closes: #475704
   * Sync'd with the Ubuntu 8.63.dfsg.1-0ubuntu13.
 	
   [Till Kamppeter]

Modified: ghostscript/trunk/debian/patches/00list
==============================================================================
--- ghostscript/trunk/debian/patches/00list	(original)
+++ ghostscript/trunk/debian/patches/00list	Sun Jan  4 02:57:42 2009
@@ -17,6 +17,7 @@
 31_fix-gc-sigbus
 32_improve-handling-of-media-size-changes-from-gv
 33_bad-params-to-xinitimage-on-large-bitmaps
+34_ftbfs-on-hurd-fix
 35_disable_libcairo
 38_pxl-duplex
 39_pxl-resolution

Added: ghostscript/trunk/debian/patches/34_ftbfs-on-hurd-fix.dpatch
==============================================================================
--- (empty file)
+++ ghostscript/trunk/debian/patches/34_ftbfs-on-hurd-fix.dpatch	Sun Jan  4 02:57:42 2009
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 34_ftbfs-on-hurd-fix.dpatch by Masayuki Hatta (mhatta) <mhatta at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad ghostscript-8.63.dfsg.1.obsolete.0.542784320497052~/configure ghostscript-8.63.dfsg.1.obsolete.0.542784320497052/configure
+--- ghostscript-8.63.dfsg.1.obsolete.0.542784320497052~/configure	2008-08-02 03:15:27.000000000 +0900
++++ ghostscript-8.63.dfsg.1.obsolete.0.542784320497052/configure	2009-01-04 11:53:18.000000000 +0900
+@@ -10827,7 +10827,7 @@
+ # Check whether --enable-dynamic was given.
+ if test "${enable_dynamic+set}" = set; then
+   enableval=$enable_dynamic; 	case `uname` in
+-		Linux*)
++		Linux*|GNU*)
+ 		INSTALL_SHARED="install-shared"
+ 		DYNAMIC_CFLAGS="-fPIC"
+ 		if test "x$X_DEVS" != x; then
+diff -urNad ghostscript-8.63.dfsg.1.obsolete.0.542784320497052~/configure.ac ghostscript-8.63.dfsg.1.obsolete.0.542784320497052/configure.ac
+--- ghostscript-8.63.dfsg.1.obsolete.0.542784320497052~/configure.ac	2008-05-21 10:37:08.000000000 +0900
++++ ghostscript-8.63.dfsg.1.obsolete.0.542784320497052/configure.ac	2009-01-04 11:53:03.000000000 +0900
+@@ -926,7 +926,7 @@
+ 
+ AC_ARG_ENABLE(dynamic, [  --enable-dynamic        enable dynamically loaded drivers (default=no)],
+ [	case `uname` in
+-		Linux*)
++		Linux*|GNU*)
+ 		INSTALL_SHARED="install-shared"
+ 		DYNAMIC_CFLAGS="-fPIC"
+ 		if test "x$X_DEVS" != x; then



More information about the Pkg-gs-devel mailing list