diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 02:04:19 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 02:04:19 +0000 |
commit | d45e163fdc30e7685bb5c4bc0b8de9000e7bb21a (patch) | |
tree | a5ca8f621a15ca69e2947c0b27553cb97d26d607 /x11/gnome-libs/files/patch-ba | |
parent | 43133f5e9b7ee8954948d90ae61b931a9709f2d9 (diff) |
Notes
Diffstat (limited to 'x11/gnome-libs/files/patch-ba')
-rw-r--r-- | x11/gnome-libs/files/patch-ba | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-ba b/x11/gnome-libs/files/patch-ba new file mode 100644 index 000000000000..9ffdf2f2cae4 --- /dev/null +++ b/x11/gnome-libs/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 |