|
|
|
|
Index: libidn.pc.in
|
|
|
|
|
--- libidn.pc.in.orig 2005-05-26 16:39:47 +0200
|
|
|
|
|
+++ libidn.pc.in 2006-03-07 15:33:05 +0100
|
|
|
|
|
@@ -17,5 +17,5 @@
|
|
|
|
|
Name: Libidn
|
|
|
|
|
Description: IETF stringprep, nameprep, punycode, IDNA text processing.
|
|
|
|
|
Version: @VERSION@
|
|
|
|
|
-Libs: -L${libdir} -lidn
|
|
|
|
|
+Libs: -L${libdir} -lidn @LTLIBICONV@
|
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2006-02-07 09:54:29 +0100
|
|
|
|
|
+++ Makefile.in 2006-03-07 15:34:22 +0100
|
|
|
|
|
@@ -260,7 +260,7 @@
|
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
|
target_alias = @target_alias@
|
|
|
|
|
-SUBDIRS = gl lib po src doc tests examples java csharp
|
|
|
|
|
+SUBDIRS = gl lib po src tests examples java csharp
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
|
|
|
|
EXTRA_DIST = FAQ libc/README libc/getaddrinfo-idn.txt libc/example.c \
|
|
|
|
|
Index: gl/stdint_.h
|
|
|
|
|
--- gl/stdint_.h.orig 2006-08-09 23:06:45 +0200
|
|
|
|
|
+++ gl/stdint_.h 2006-08-27 11:11:20 +0200
|
|
|
|
|
@@ -69,7 +69,7 @@
|
|
|
|
|
# include <sys/inttypes.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
-#if @HAVE_SYS_BITYPES_H@ && ! defined __BIT_TYPES_DEFINED__
|
|
|
|
|
+#if (@HAVE_SYS_BITYPES_H@+0) && ! defined __BIT_TYPES_DEFINED__
|
|
|
|
|
/* Linux libc4 >= 4.6.7 and libc5 have a <sys/bitypes.h> that defines
|
|
|
|
|
int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >= 5.2.2 it is
|
|
|
|
|
included by <sys/types.h>. */
|