[SCM] pd-zexy packaging branch, master, updated. debian/2.2.3-1-3-g4ca4003

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Mon Aug 23 09:04:21 UTC 2010


The following commit has been merged in the master branch:
commit 4ca4003e8bf0731aaebb2bb96d207356f82d02f7
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Aug 23 09:52:27 2010 +0200

    remove flags for compiling with sse-support
    
    debian policy requires binaries to be i486 compatible, which is not the case if
    compiled with SSE-flags

diff --git a/debian/patches/remove-sse.patch b/debian/patches/remove-sse.patch
new file mode 100644
index 0000000..366adc5
--- /dev/null
+++ b/debian/patches/remove-sse.patch
@@ -0,0 +1,11 @@
+--- pd-zexy.orig/src/configure.ac
++++ pd-zexy/src/configure.ac
+@@ -153,8 +153,6 @@
+  AC_CHECK_CFLAGS([-fPIC])
+ fi
+ 
+-AC_CHECK_CFLAGS([-mfpmath=sse -msse])
+-
+ dnl if we don't have $LD set, we set it to $(CC)
+ dnl LD=${LD:=$CC}
+ if test "x$LD" = "x"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c4f1410
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-sse.patch

-- 
pd-zexy packaging



More information about the pkg-multimedia-commits mailing list