From 9deec41ca559d1836c3e684a0fa0adc8229d17d7 Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 20 Jun 2002 16:39:47 +0000 Subject: Don't bother to build tests which aren't installed anyway. --- graphics/gdk-pixbuf/files/patch-ac | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/graphics/gdk-pixbuf/files/patch-ac b/graphics/gdk-pixbuf/files/patch-ac index c1ff03370b05..6b9f790e654e 100644 --- a/graphics/gdk-pixbuf/files/patch-ac +++ b/graphics/gdk-pixbuf/files/patch-ac @@ -1,8 +1,8 @@ $FreeBSD$ ---- gdk-pixbuf/Makefile.in.orig Mon Jan 21 10:57:36 2002 -+++ gdk-pixbuf/Makefile.in Mon Jan 21 11:04:53 2002 +--- gdk-pixbuf/Makefile.in.orig Thu Jun 20 19:26:31 2002 ++++ gdk-pixbuf/Makefile.in Thu Jun 20 19:34:19 2002 @@ -129,71 +129,71 @@ # The PNG plugin. # @@ -110,3 +110,12 @@ $FreeBSD$ GDK_PIXBUF_LIBS = $(GLIB_LIBS) $(GTK_LIBS) +@@ -343,7 +343,7 @@ + libpixbufloader_bmp_la_OBJECTS = io-bmp.lo + libpixbufloader_xbm_la_DEPENDENCIES = libgdk_pixbuf.la + libpixbufloader_xbm_la_OBJECTS = io-xbm.lo +-noinst_PROGRAMS = test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \ ++noinst_PROGRAMS = # test-gdk-pixbuf$(EXEEXT) testpixbuf$(EXEEXT) \ + testpixbuf-drawable$(EXEEXT) testanimation$(EXEEXT) \ + testpixbuf-scale$(EXEEXT) + PROGRAMS = $(noinst_PROGRAMS) -- cgit