summaryrefslogtreecommitdiff
path: root/devel/gnomevfs2/files/patch-ag
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-11-30 18:15:57 +0000
committerAde Lovett <ade@FreeBSD.org>2000-11-30 18:15:57 +0000
commit69fdfd600a387ebde6f426f5cba66898bd528c14 (patch)
treecf80231d63df1a0229d3602daeb10b3ddbd366a9 /devel/gnomevfs2/files/patch-ag
parentUpdate to 0.0.16 (diff)
* Fix gnome-vfs-config: looking in wrong directory for vfsConf.sh
* Don't build the test programs, since they're not installed and are pretty much meaningless anyway Submitted by: sobomax
Notes
Notes: svn path=/head/; revision=35560
Diffstat (limited to 'devel/gnomevfs2/files/patch-ag')
-rw-r--r--devel/gnomevfs2/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnomevfs2/files/patch-ag b/devel/gnomevfs2/files/patch-ag
new file mode 100644
index 000000000000..da795f940c50
--- /dev/null
+++ b/devel/gnomevfs2/files/patch-ag
@@ -0,0 +1,11 @@
+--- gnome-vfs-config.in.orig Thu Aug 31 14:32:38 2000
++++ gnome-vfs-config.in Wed Nov 29 15:04:43 2000
+@@ -3,7 +3,7 @@
+ usage="\
+ Usage: gnome-vfs-config [--version] [--config] [--cflags] [--libs]"
+
+-config_file="@LIBDIR@/vfsConf.sh"
++config_file="@SYSCONFDIR@/vfsConf.sh"
+ . $config_file
+
+ if test $# -eq 0; then