Package: x42-plugins Version: 20131119-2 Followup-For: Bug #730308 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * debian/patches/01-remove-sse.patch: Remove SSE flags a bit harder. The patch should be self-explanatory. Cheers. ... Adam -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (500, 'saucy-updates') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11.0-13-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru x42-plugins-20131119/debian/changelog x42-plugins-20131119/debian/changelog diff -Nru x42-plugins-20131119/debian/patches/01-remove-sse.patch x42-plugins-20131119/debian/patches/01-remove-sse.patch --- x42-plugins-20131119/debian/patches/01-remove-sse.patch 2013-11-24 02:32:53.000000000 -0700 +++ x42-plugins-20131119/debian/patches/01-remove-sse.patch 2013-11-24 10:36:02.000000000 -0700 @@ -87,7 +87,7 @@ #!/usr/bin/make -f -OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -+OPTIMIZATIONS ?= -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only ++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only PREFIX ?= /usr/local CFLAGS ?= -g -Wall -Wno-unused-function LIBDIR ?= lib