[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#837755: liblangtag-dev: arch-dependent file in "Multi-Arch: same" package



Package: liblangtag-dev
Version: 0.5.8-2
Severity: important
User: multiarch-devel@lists.alioth.debian.org
Usertags: multiarch

liblangtag-dev is marked as "Multi-Arch: same", but the following file is architecture-dependent:

/usr/include/liblangtag/lt-config.h

An example diff between i386 and amd64 is attached.

--
Jakub Wilk
diff -ur liblangtag-dev_0.5.8-2_i386/usr/include/liblangtag/lt-config.h liblangtag-dev_0.5.8-2_amd64/usr/include/liblangtag/lt-config.h
--- liblangtag-dev_0.5.8-2_i386/usr/include/liblangtag/lt-config.h	2016-09-13 07:17:22.000000000 +0200
+++ liblangtag-dev_0.5.8-2_amd64/usr/include/liblangtag/lt-config.h	2016-09-13 07:17:22.000000000 +0200
@@ -15,6 +15,6 @@
 
 #include <liblangtag/lt-macros.h>
 
-#define LT_POINTER_TO_INT(p)	((int)  (p))
+#define LT_POINTER_TO_INT(p)	((int) (long) (p))
 
 #endif /* __LT_CONFIG_H__ */

Reply to: