diff options
Diffstat (limited to 'x11/gtkmm/patches/patch-aa')
-rw-r--r-- | x11/gtkmm/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gtkmm/patches/patch-aa b/x11/gtkmm/patches/patch-aa new file mode 100644 index 00000000000..179c371bb8c --- /dev/null +++ b/x11/gtkmm/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/03/15 20:32:40 jmmv Exp $ + +--- Makefile.in.orig 2003-03-15 18:38:26.000000000 +0000 ++++ Makefile.in +@@ -153,7 +153,7 @@ sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + +-SUBDIRS = tools glib pango atk gdk gtk examples docs ++SUBDIRS = tools glib pango atk gdk gtk docs + DIST_SUBDIRS = $(SUBDIRS) scripts demos examples tests + + EXTRA_DIST = gtkmm.spec.in \ |