Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21911

Modified Files:
        nget.info 
Log Message:
build fix

Index: nget.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/nget.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nget.info   16 Feb 2006 21:39:11 -0000      1.1
+++ nget.info   19 Feb 2006 16:43:15 -0000      1.2
@@ -7,6 +7,11 @@
 Source-MD5: cefb58ad9b92eb6053510a2ced954f6e
 Depends: popt-shlibs, pcre-shlibs
 BuildDepends: popt, autoconf2.5 | autoconf2.5, pcre
+# assert.h indirectly includes 
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/include/stdint.h, which defines 
_STDINT_H_.
+# So when later inttypes.h is included after defining __STDC_CONSTANT_MACROS _ 
which should make its call to
+# /usr/include/stdint.h define the needed macro UINT_C, this call to stdint.h 
is bypassed. Thus we instead
+# include assert.h only after:
+PatchScript: sed -i.bak -e '/<assert.h/d' -e '/HAVE_INT_FAST64_T/i #include 
<assert.h>' _subconf.h
 SetCPPFLAGS: -no-cpp-precomp
 SetCXXFLAGS: -Os
 ConfigureParams: --mandir='$(prefix)/share/man' --with-pcre --with-zlib 
--with-popt --with-pcre-prefix=%p --with-popt-prefix=%p



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to