[SCM] drumgizmo/master: changed to DEB_HOST_ARCH_CPU instead of DEB_HOST_ARCH, this will also allow to build with SSE on kfreebsd-amd64
viccuad-guest at users.alioth.debian.org
viccuad-guest at users.alioth.debian.org
Thu Oct 29 11:21:18 UTC 2015
The following commit has been merged in the master branch:
commit fac99ebc427a7812cc94755e929573c8c4164276
Author: viccuad <me at viccuad.me>
Date: Wed Oct 28 22:41:32 2015 +0100
changed to DEB_HOST_ARCH_CPU instead of DEB_HOST_ARCH, this will also allow
to build with SSE on kfreebsd-amd64
diff --git a/debian/rules b/debian/rules
index 16680e0..ed88130 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Enable SSE only on amd64, since its part of the base architecture:
FLAGS=
CONFFLAGS=
-ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),amd64))
+ifeq ($(DEB_HOST_ARCH_CPU),$(filter $(DEB_HOST_ARCH_CPU),amd64))
CONFFLAGS = --enable-sse
FLAGS = -msse3 -mfpmath=sse
endif
--
drumgizmo packaging
More information about the pkg-multimedia-commits
mailing list