[SCM] iannix/master: Applied arm* fix for qreal to sh4

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Jun 6 20:52:44 UTC 2017


The following commit has been merged in the master branch:
commit f43e96b1dee3f0729c456adb420b33297e927f56
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Tue Jun 6 22:52:37 2017 +0200

    Applied arm* fix for qreal to sh4

diff --git a/debian/rules b/debian/rules
index 97ab65b..85ebfd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ endif
 ifneq (,$(findstring armhf,$(DEB_HOST_ARCH)))
   EXTRA_CPPFLAGS += -DMUP_BASETYPE=float
 endif
+ifneq (,$(findstring sh4,$(DEB_HOST_ARCH)))
+  EXTRA_CPPFLAGS += -DMUP_BASETYPE=float
+endif
 export DEB_CPPFLAGS_MAINT_APPEND = $(EXTRA_CPPFLAGS)
 #export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 # package maintainers to append LDFLAGS

-- 
iannix packaging



More information about the pkg-multimedia-commits mailing list