diff options
Diffstat (limited to 'x11/libgnome/files/patch-ba')
-rw-r--r-- | x11/libgnome/files/patch-ba | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/libgnome/files/patch-ba b/x11/libgnome/files/patch-ba new file mode 100644 index 000000000000..9ffdf2f2cae4 --- /dev/null +++ b/x11/libgnome/files/patch-ba @@ -0,0 +1,20 @@ +--- Makefile.in.orig Tue Feb 16 01:08:51 1999 ++++ Makefile.in Fri Feb 19 00:21:10 1999 +@@ -160,7 +160,7 @@ + # just distribute it, since we can + @FALSE_TRUE@libvfs = libvfs + +-SUBDIRS = po intl support macros tools images libart_lgpl libgnome libgnomeui gtk-xmhtml $(gnome_hello) zvt libgnorba idl $(test_gnome) devel-docs gnome-data $(libvfs) ++SUBDIRS = po intl support macros tools images libart_lgpl libgnome libgnomeui gtk-xmhtml $(gnome_hello) zvt libgnorba idl $(test_gnome) gnome-data $(libvfs) + + + include_HEADERS = gnome.h +@@ -168,7 +168,7 @@ + EXTRA_DIST = HACKING gnomeConf.sh.in gnome-bug.in gnome-config.in gnome-libs.spec.in + + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = gnomeConf.sh + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |