r19162 - /packages/unstable/gmime2.4/debian/rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sat Mar 21 01:11:40 UTC 2009


Author: meebey
Date: Sat Mar 21 01:11:40 2009
New Revision: 19162

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19162
Log:
only build the mono bindings on mono archs

Modified:
    packages/unstable/gmime2.4/debian/rules

Modified: packages/unstable/gmime2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/rules?rev=19162&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules (original)
+++ packages/unstable/gmime2.4/debian/rules Sat Mar 21 01:11:40 2009
@@ -11,7 +11,11 @@
 DEB_CLI_ABI_VERSION = 2.4
 DEB_CLI_API_VERSION = 2.4.4
 
-MONO_CONF_FLAGS = --enable-mono CSC=/usr/bin/csc
+MONO_ARCHS = i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+
+ifneq (,$(findstring $(DEB_BUILD_ARCH),$(MONO_ARCHS)))
+	MONO_CONF_FLAGS = --enable-mono CSC=/usr/bin/csc
+endif
 
 include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make




More information about the pkg-gnome-commits mailing list