r2551 - packages/trunk/clanlib/debian

Samuel Hocevar sho at alioth.debian.org
Sat Apr 14 17:51:28 UTC 2007


Author: sho
Date: 2007-04-14 17:51:28 +0000 (Sat, 14 Apr 2007)
New Revision: 2551

Modified:
   packages/trunk/clanlib/debian/rules
Log:
  * Make sure "mips" doesn't trigger "mipsel" test in debian/rules.


Modified: packages/trunk/clanlib/debian/rules
===================================================================
--- packages/trunk/clanlib/debian/rules	2007-04-14 17:49:36 UTC (rev 2550)
+++ packages/trunk/clanlib/debian/rules	2007-04-14 17:51:28 UTC (rev 2551)
@@ -14,7 +14,7 @@
 ifneq (,$(findstring functions,$(CLAN_BUILD_OPTIONS)))
 	CFLAGS += -ffunction-sections
 endif
-ifneq (,$(findstring $(DEB_HOST_ARCH),"hppa mipsel powerpc"))
+ifneq (,$(findstring "/$(DEB_HOST_ARCH)/","/hppa/mipsel/powerpc/"))
 	CFLAGS += -ffunction-sections
 endif
 CXXFLAGS := $(CFLAGS)




More information about the Pkg-games-commits mailing list