summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-06-20 16:39:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-06-20 16:39:47 +0000
commit6bc24e23d4a0da8e1734ac9681eb7fb44741406f (patch)
treecbeb22c63719e1373335c5f7ca10d559c7655dcb /graphics/gdk-pixbuf
parentCorrect DISTNAME. (diff)
Don't bother to build tests which aren't installed anyway.
Notes
Notes: svn path=/head/; revision=61638
Diffstat (limited to 'graphics/gdk-pixbuf')
-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)