[csw-devel] SF.net SVN: gar:[17275] csw/mgar/pkg/vlc/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Mar 2 23:04:35 CET 2012


Revision: 17275
          http://gar.svn.sourceforge.net/gar/?rev=17275&view=rev
Author:   wahwah
Date:     2012-03-02 22:04:35 +0000 (Fri, 02 Mar 2012)
Log Message:
-----------
vlc/trunk: the sse flags make no sense, but it at least buids on x86

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

Modified: csw/mgar/pkg/vlc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vlc/trunk/Makefile	2012-03-02 21:45:51 UTC (rev 17274)
+++ csw/mgar/pkg/vlc/trunk/Makefile	2012-03-02 22:04:35 UTC (rev 17275)
@@ -67,11 +67,10 @@
 CONFIGURE_ARGS += --disable-qt4
 CONFIGURE_ARGS += --disable-skins2
 
-CONFIGURE_ARGS_i386 += --extra-cflags="-mfpmath=sse -msse"
-CONFIGURE_ARGS_i386 += --extra-cxxflags="-mfpmath=sse -msse"
+EXTRA_CFLAGS_i386 += -mfpmath=sse -msse
+EXTRA_CXXFLAGS_i386 += -mfpmath=sse -msse
+EXTRA_CFLAGS += $(EXTRA_CFLAGS_$(GARCH))
 
-CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
-
 CONFIGURE_ARGS += --disable-mmx
 CONFIGURE_ARGS += --disable-sse
 

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



More information about the devel mailing list