aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-06-21 00:39:47 +0800
committersobomax <sobomax@FreeBSD.org>2002-06-21 00:39:47 +0800
commit9deec41ca559d1836c3e684a0fa0adc8229d17d7 (patch)
treedb7be48538c3db13ee7d56cf4ca221a08cf305e8
parentf705072a3e257e62fe5e42c6740c4b5558141d36 (diff)
downloadfreebsd-ports-gnome-9deec41ca559d1836c3e684a0fa0adc8229d17d7.tar.gz
freebsd-ports-gnome-9deec41ca559d1836c3e684a0fa0adc8229d17d7.tar.zst
freebsd-ports-gnome-9deec41ca559d1836c3e684a0fa0adc8229d17d7.zip
Don't bother to build tests which aren't installed anyway.
-rw-r--r--graphics/gdk-pixbuf/files/patch-ac13
1 files 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)