[Lunar-commits] r25631 - moonbase/trunk/libs/libidn

Dennis Veatch stumbles at lunar-linux.org
Sun Aug 26 23:31:01 CEST 2007


Author: stumbles
Date: 2007-08-26 23:31:01 +0200 (Sun, 26 Aug 2007)
New Revision: 25631

Added:
   moonbase/trunk/libs/libidn/BUILD
Log:

This is a oneliner sedit that fixes libidn so that it 
*does not* cause kdenetwork3 make to croak on;

/libiris_xmpp_core_la-tlshandler.Tpo"; exit 1; fi
In file included from /usr/include/stringprep.h:32,
                 from jid.cpp:24:
/usr/include/idn-int.h:47:26: error: no include path in which to search for stdint.h

This BUILD should be revisited when libidn is once again
bumped and does not cause kdenetwork3 breakage.



Added: moonbase/trunk/libs/libidn/BUILD
===================================================================
--- moonbase/trunk/libs/libidn/BUILD	                        (rev 0)
+++ moonbase/trunk/libs/libidn/BUILD	2007-08-26 21:31:01 UTC (rev 25631)
@@ -0,0 +1,8 @@
+(
+
+  sedit "s:cp gl/stdint.h idn-int.h;:sed -e s/include_next/include/ gl/stdint.h > idn-int.h;:" lib/Makefile.am
+
+  default_build
+
+) > $C_FIFO 2>&1
+



More information about the Lunar-commits mailing list