Don't build "scaling-test" regression test (which doesn't get installed

anyway). It fails to link under Mac OS X because it tries to call
various symbols that are apparently now hidden. No changes to the
binary package on other platforms.
This commit is contained in:
tron 2009-07-19 12:25:02 +00:00
parent 89110dc599
commit 9b646f510f
2 changed files with 24 additions and 1 deletions

View file

@ -1,9 +1,10 @@
$NetBSD: distinfo,v 1.29 2009/07/18 06:33:58 wiz Exp $
$NetBSD: distinfo,v 1.30 2009/07/19 12:25:02 tron Exp $
SHA1 (pixman-0.15.16.tar.bz2) = 321cadd015f07a118e54a50c560377756bd6c901
RMD160 (pixman-0.15.16.tar.bz2) = 88ad92071812218f33980ff15dedf2a2f1929c9f
Size (pixman-0.15.16.tar.bz2) = 396224 bytes
SHA1 (patch-aa) = 94e9fe38d2de8cfe75433b486bbbaf0536c48212
SHA1 (patch-ab) = 422f2c0f3450da01c11a4005473945291421d41f
SHA1 (patch-ac) = 812e8287ef3f0a212face96f5ddc7ede2458d1f8
SHA1 (patch-ad) = b2fa221652bc5f8bec000e071417b0180816a451
SHA1 (patch-ae) = a15fc3bdce0cf3efe19e1bd43c18e97fba8831f4

View file

@ -0,0 +1,22 @@
$NetBSD: patch-ac,v 1.9 2009/07/19 12:25:03 tron Exp $
--- test/Makefile.in.orig 2009-07-14 02:59:06.000000000 +0100
+++ test/Makefile.in 2009-07-19 13:17:38.000000000 +0100
@@ -57,7 +57,7 @@
@HAVE_GTK_TRUE@ composite-test$(EXEEXT) gradient-test$(EXEEXT) \
@HAVE_GTK_TRUE@ alpha-test$(EXEEXT) screen-test$(EXEEXT) \
@HAVE_GTK_TRUE@ convolution-test$(EXEEXT) trap-test$(EXEEXT)
-am__EXEEXT_2 = region-test$(EXEEXT) scaling-test$(EXEEXT) \
+am__EXEEXT_2 = region-test$(EXEEXT) \
fetch-test$(EXEEXT) oob-test$(EXEEXT) trap-crasher$(EXEEXT) \
$(am__EXEEXT_1)
PROGRAMS = $(noinst_PROGRAMS)
@@ -277,7 +277,7 @@
TEST_LDADD = $(top_builddir)/pixman/libpixman-1.la
INCLUDES = -I$(top_srcdir)/pixman -I$(top_builddir)/pixman \
$(am__append_2)
-TESTPROGRAMS = region-test scaling-test fetch-test oob-test \
+TESTPROGRAMS = region-test fetch-test oob-test \
trap-crasher $(am__append_1)
fetch_test_LDADD = $(TEST_LDADD)
region_test_LDADD = $(TEST_LDADD)