[SCM] toonloop/master: Fix syntax of endian resolving.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Apr 6 21:03:49 UTC 2012


The following commit has been merged in the master branch:
commit 44a50cf74a1bf26b6707279e06a952ba6b40e932
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Apr 6 22:07:31 2012 +0200

    Fix syntax of endian resolving.

diff --git a/debian/rules b/debian/rules
index 51b3253..b1b801e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ DEB_UPSTREAM_TARBALL_MD5 = 9d0bb75c5572c9e54b625a06d0b657d5
 # * Requires recent dpkg-dev
 CDBS_BUILD_DEPENDS += , dpkg-dev (>= 1.15.4~)
 DEB_BUILD_ARCH_ENDIAN := $(shell dpkg-architecture -qDEB_BUILD_ARCH_ENDIAN)
-CXXFLAGS += $(if $(filter big $(DEB_BUILD_ARCH_ENDIAN)),-D__BIG_ENDIAN__,-D__LITTLE_ENDIAN__))
+CXXFLAGS += $(if $(filter big,$(DEB_BUILD_ARCH_ENDIAN)),-D__BIG_ENDIAN__,-D__LITTLE_ENDIAN__))
 
 LDFLAGS+=-Wl,--as-needed
 CPPFLAGS+=-DBOOST_FILESYSTEM_VERSION=2

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list