Revision: 22775
          http://sourceforge.net/p/gar/code/22775
Author:   rthurner
Date:     2014-01-02 16:35:06 +0000 (Thu, 02 Jan 2014)
Log Message:
-----------
subversion/trunk: subversion, cc does not know the -Wno-int-to-pointer-cast 
flag, so remove it. it seems to come from swig.

Modified Paths:
--------------
    csw/mgar/pkg/subversion/trunk/Makefile

Modified: csw/mgar/pkg/subversion/trunk/Makefile
===================================================================
--- csw/mgar/pkg/subversion/trunk/Makefile      2014-01-02 14:29:14 UTC (rev 
22774)
+++ csw/mgar/pkg/subversion/trunk/Makefile      2014-01-02 16:35:06 UTC (rev 
22775)
@@ -247,14 +247,18 @@
        @# libtool.gcc, but what for? -mt is recognized by both Sun's cc
        @# and gcc and is responsible for adding multi-threading support.
        gsed -i \
-               -e 's,-Wno-int-to-pointer-cast,,' \
                -e 's,-mt|*,,' \
                -e 's,-xO3,-pipe -O2,' \
                -e 's,KPIC,fPIC,' \
                -e 's,/opt/SUNWspro/bin/cc,/opt/csw/bin/gcc,' \
                -e 's,/opt/SUNWspro/bin/CC,/opt/csw/bin/g++,' \
                 $(WORKSRC)/*.gcc
-       gsed -i -e 's,libtool,libtool.gcc,' $(WORKSRC)/Makefile.gcc
+       gsed -i \
+               -e 's,libtool,libtool.gcc,' \
+         $(WORKSRC)/Makefile.gcc
+       gsed -i \
+               -e 's,-Wno-int-to-pointer-cast,,' \
+         $(WORKSRC)/Makefile
        gsed -i -e 's,postdeps=.*,postdeps="",' $(WORKSRC)/libtool.gcc
        ( if [ "$(GARCH)" = "sparc" ]; then \
        perl -i -pe 's,-xarch=v8,-mcpu=v8,' $(WORKSRC)/*.gcc; \

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to