Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 5ca76178576172c7a2bc4b85fd18a3cc > files > 2

mppdec-r96-10.mga9.src.rpm

Index: mpptools-r96/Makefile
===================================================================
--- mpptools-r96/Makefile
+++ mpptools-r96/Makefile	2015-10-27 00:07:25.159878969 +0000
@@ -163,7 +163,7 @@
 	-fomit-frame-pointer -funroll-loops \
 	-mno-ieee-fp -ffast-math -pipe
 
-ifneq ($(CC_MAJ),4)
+ifneq ($(CC_MAJ),5)
 FLAGS += -fmove-all-movables
 endif
 ifeq ($(CC_MAJ),2)
Index: mpptools-r96/mppdec.h
===================================================================
--- mpptools-r96/mppdec.h
+++ mpptools-r96/mppdec.h	2015-10-27 00:07:35.700769364 +0000
@@ -607,8 +607,8 @@
 
 #ifndef __GNUC__
 # define __attribute__(x)
-#else
-# define __attribute__(x)
+//#else
+//# define __attribute__(x)
 #endif
 
 //// Remaining macros //////////////////////////////////////////////