You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
474 B
13 lines
474 B
16 years ago
|
diff -urp libidn-0.6.14.orig/lib/Makefile.am libidn-0.6.14/lib/Makefile.am
|
||
|
--- libidn-0.6.14.orig/lib/Makefile.am 2007-05-31 06:31:00.000000000 -0400
|
||
|
+++ libidn-0.6.14/lib/Makefile.am 2008-12-16 00:25:12.000000000 -0500
|
||
|
@@ -37,7 +37,7 @@ nodist_include_HEADERS = $(idn_int)
|
||
|
|
||
|
idn-int.h:
|
||
|
if test -n "$(STDINT_H)"; then \
|
||
|
- cp gl/stdint.h idn-int.h; \
|
||
|
+ sed -e s/include_next/include/ gl/stdint.h > idn-int.h; \
|
||
|
else \
|
||
|
echo '#include <stdint.h>' > idn-int.h; \
|
||
|
fi
|