diff options
Diffstat (limited to 'x11/gtk--/patches/patch-ad')
-rw-r--r-- | x11/gtk--/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gtk--/patches/patch-ad b/x11/gtk--/patches/patch-ad new file mode 100644 index 00000000000..189603b5002 --- /dev/null +++ b/x11/gtk--/patches/patch-ad @@ -0,0 +1,13 @@ +--- Makefile.in.orig Mon Aug 24 20:14:17 1998 ++++ Makefile.in Mon Aug 24 20:16:23 1998 +@@ -97,8 +97,8 @@ + gnomemm_libdir = @gnomemm_libdir@ + gnomemm_prefix = @gnomemm_prefix@ + +-SUBDIRS = src examples docgen docs html @GNOME_SUBDIR@ +-DIST_SUBDIRS = src examples docgen docs html macros gnome-- ++SUBDIRS = src examples docgen docs html #@GNOME_SUBDIR@ ++DIST_SUBDIRS = src examples docgen docs html macros #gnome-- + + bin_SCRIPTS = gtkmm-config + |