Package: gtk+2.0
Severity: important
Version: 2.10.13-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD due to failure in testsuite. In previous versions, it just failed, but now it hangs :-(
So please, could you disable running testsuite for directfb flavor
on GNU/kFreeBSD by patch bellow. It might improve with directfb 1.0.0,
but for now, I would really appreciate just to disable the problematic test.


Thanks in advance

                        Petr



--- debian/rules~       2007-07-02 23:49:55.000000000 +0200
+++ debian/rules        2007-07-02 23:49:55.000000000 +0200
@@ -27,6 +27,7 @@
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)

 CFLAGS += -Wall -g

@@ -72,7 +73,11 @@
 FLAVORS := directfb shared static

 # list of flavors to run the test suite on
+ifeq ($(DEB_HOST_ARCH_OS), kfreebsd)
+CHECK_FLAVORS := $(filter shared static, $(FLAVORS))
+else
 CHECK_FLAVORS := $(filter directfb shared static, $(FLAVORS))
+endif

 # build dir for the current flavor; this is only expanded in flavor specific
 # targets



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to