freebsd-ports/devel/gnome-vfs1/files/patch-ag
Ade Lovett 69fdfd600a * 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
2000-11-30 18:15:57 +00:00

11 lines
320 B
Text

--- 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