[SCM] zam-plugins/master: Remove problematic flags.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Oct 30 15:08:01 UTC 2015
The following commit has been merged in the master branch:
commit 8f6213299639a1e18b85c2ed630bdcd0af9c32f9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Oct 30 15:54:04 2015 +0100
Remove problematic flags.
diff --git a/debian/patches/0010-remove_some_optimalization.patch b/debian/patches/0010-remove_some_optimalization.patch
new file mode 100644
index 0000000..2b5de00
--- /dev/null
+++ b/debian/patches/0010-remove_some_optimalization.patch
@@ -0,0 +1,40 @@
+Description: Remove problematic flags
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: zam-plugins/Makefile.mk
+===================================================================
+--- zam-plugins.orig/Makefile.mk
++++ zam-plugins/Makefile.mk
+@@ -23,11 +23,11 @@ endif
+ # Set build and link flags
+
+ BASE_FLAGS = -Wall -Wextra -pipe
+-BASE_OPTS = -O2 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections
++BASE_OPTS = -O2 -ffast-math -mtune=generic -fdata-sections -ffunction-sections
+
+ ifneq ($(MACOS),true)
+ # MacOS doesn't support this
+-BASE_OPTS += -mfpmath=sse
++BASE_OPTS +=
+ endif
+
+ ifeq ($(MACOS),true)
+Index: zam-plugins/dpf/dgl/Makefile.mk
+===================================================================
+--- zam-plugins.orig/dpf/dgl/Makefile.mk
++++ zam-plugins/dpf/dgl/Makefile.mk
+@@ -23,11 +23,11 @@ endif
+ # Set build and link flags
+
+ BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
+-BASE_OPTS = -O2 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections
++BASE_OPTS = -O2 -ffast-math -mtune=generic -fdata-sections -ffunction-sections
+
+ ifneq ($(MACOS),true)
+ # MacOS doesn't support this
+-BASE_OPTS += -mfpmath=sse
++BASE_OPTS +=
+ endif
+
+ ifeq ($(MACOS),true)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1f0039f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0010-remove_some_optimalization.patch
--
zam-plugins packaging
More information about the pkg-multimedia-commits
mailing list