diff options
Diffstat (limited to 'debian/patches/0700-multiarch-libc.patch')
-rw-r--r-- | debian/patches/0700-multiarch-libc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0700-multiarch-libc.patch b/debian/patches/0700-multiarch-libc.patch index 1686bcb..95ec0d0 100644 --- a/debian/patches/0700-multiarch-libc.patch +++ b/debian/patches/0700-multiarch-libc.patch @@ -5,7 +5,7 @@ Index: trunk/lib/Makefile.am =================================================================== --- trunk.orig/lib/Makefile.am +++ trunk/lib/Makefile.am -@@ -101,30 +101,15 @@ unistring/stdint.h : $(STDINT_H) stdint. +@@ -103,30 +103,15 @@ unistring/stdint.h : $(STDINT_H) stdint. echo '#if __GLIBC__ >= 2'; \ echo '#include <stdint.h>'; \ echo '#else'; \ |