Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20256

Modified Files:
        ppl.info 
Log Message:
hide Init initializer objects (included in every unit) in anonymous namespace 
with static linkage


Index: ppl.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ppl.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ppl.info    10 Nov 2010 19:05:22 -0000      1.9
+++ ppl.info    10 Nov 2010 21:42:29 -0000      1.10
@@ -11,8 +11,8 @@
        m4,
        system-java-dev
 <<
-Conflicts: ppl0.11
-Replaces: ppl0.11
+Conflicts: ppl9
+Replaces: ppl9
 # BuildDepends: gcc4.2
 GCC: 4.0
 # SetCC: gcc-4.2
@@ -38,6 +38,9 @@
        # this was fixed in ppl-0.11
        file=src/meta_programming.hh
        sed -i.orig -e '/struct Bool/,/^};/s|enum {|enum value_type {|' $file
+       # symbols in anonymous namespace given extern linkage
+       file=src/initializer.hh
+       sed -i.orig -e '/::Init.*initializer/s|^|static |' $file
        # To take advantage of precompiled headers, defined macros must match.
        # patch could apply to src/Makefile.am too
        file=src/Makefile.in


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to