[liblangtag] 04/04: hrmpf, remove patch which should already have been gone...

Rene Engelhard rene at moszumanska.debian.org
Mon Sep 26 23:32:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch experimental
in repository liblangtag.

commit 5d2d3b1a099ab1fd1268e48d1415e472961dccb9
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 27 01:31:41 2016 +0200

    hrmpf, remove patch which should already have been gone...
---
 debian/patches/LT_POINTER_TO_INT.diff | 51 -----------------------------------
 debian/patches/series                 |  1 -
 2 files changed, 52 deletions(-)

diff --git a/debian/patches/LT_POINTER_TO_INT.diff b/debian/patches/LT_POINTER_TO_INT.diff
deleted file mode 100644
index eb0d97d..0000000
--- a/debian/patches/LT_POINTER_TO_INT.diff
+++ /dev/null
@@ -1,51 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -424,15 +424,6 @@
- #include <liblangtag/lt-macros.h>
- ____EOS
- 
--if test -z "$unknown_sizeof_void_p"; then
--	cat >> $outfile<<____EOS
--
--#define LT_POINTER_TO_INT(p)	((int) ${ptoi_cast} (p))
--____EOS
--	else
--		echo "#error SIZEOF_VOID_P unknown"
--	fi
--
- 	cat >> $outfile<<____EOS
- 
- #endif /* __LT_CONFIG_H__ */
-@@ -456,21 +447,6 @@
- 	   lt_inline="\$lt_inline
- #define LT_HAVE__INLINE__	1"
- 	fi
--
--	case $ac_cv_sizeof_void_p in
--	$ac_cv_sizeof_int)
--		ptoi_cast=''
--		;;
--	$ac_cv_sizeof_long)
--		ptoi_cast='(long)'
--		;;
--	$ac_cv_sizeof_long_long)
--		ptoi_cast='(long long)'
--		;;
--	*)
--		unknown_sizeof_void_p=yes
--		;;
--	esac
- ])
- 
- AC_CONFIG_FILES([
---- a/liblangtag/lt-tag.c
-+++ b/liblangtag/lt-tag.c
-@@ -197,7 +197,7 @@
- _lt_tag_variant_compare(const lt_pointer_t a,
- 			const lt_pointer_t b)
- {
--	return LT_POINTER_TO_INT (a) - LT_POINTER_TO_INT (b);
-+	return a != b;
- }
- 
- #define DEFUNC_TAG_FREE(__func__)					\
diff --git a/debian/patches/series b/debian/patches/series
index d32d83f..80125ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 no_encoding.diff
 pthread.diff
-LT_POINTER_TO_INT.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/liblangtag.git



More information about the Pkg-openoffice-commits mailing list