summaryrefslogtreecommitdiff
path: root/devel/gnome-vfs1/files/patch-aa
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-11-03 17:51:47 +0000
committerAde Lovett <ade@FreeBSD.org>2000-11-03 17:51:47 +0000
commit2d33c2262d3ff76fabfe806c966f914b71e9a67b (patch)
tree142fae5e1b62e011fda1f3c7edcda454e63af8b8 /devel/gnome-vfs1/files/patch-aa
parentAdd JUnit, a regression testing utility for use with the Java(TM) (diff)
Update to 0.4
Notes
Notes: svn path=/head/; revision=34772
Diffstat (limited to 'devel/gnome-vfs1/files/patch-aa')
-rw-r--r--devel/gnome-vfs1/files/patch-aa39
1 files changed, 7 insertions, 32 deletions
diff --git a/devel/gnome-vfs1/files/patch-aa b/devel/gnome-vfs1/files/patch-aa
index 1c45a532c432..98bb9e5f2b8d 100644
--- a/devel/gnome-vfs1/files/patch-aa
+++ b/devel/gnome-vfs1/files/patch-aa
@@ -1,32 +1,7 @@
---- configure.orig Mon Jul 3 19:03:42 2000
-+++ configure Wed Jul 5 14:42:17 2000
-@@ -2204,7 +2204,7 @@
- # Check whether --enable-gconf or --disable-gconf was given.
- if test "${enable_gconf+set}" = set; then
- enableval="$enable_gconf"
-- gconf_enabled="yes"
-+ gconf_enabled="$enableval"
- fi
-
- # Check whether --enable-libefs or --disable-libefs was given.
-@@ -5924,7 +5924,7 @@
- VFSPTHREAD_LIBDIR='-L${libdir}'
- VFSPTHREAD_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'
- VFSPTHREAD_INCLUDEDIR="$VFSPTHREAD_INCLUDEDIR `gnome-config --cflags gnome`"
--VFSPTHREAD_LIBS="-lgnomevfs -lgnomevfs-pthread `gnome-config --libs gnome` `glib-config --libs gthread`"
-+VFSPTHREAD_LIBS="-lgnomevfs -lgnomevfs-pthread `gnome-config --libs gnome` `$GLIB_CONFIG --libs gthread`"
-
-
-
-@@ -5937,9 +5937,9 @@
- EOF
-
-
--VFS_LIBS="-lgnomevfs `glib-config --libs gthread gmodule`"
-+VFS_LIBS="-lgnomevfs `$GLIB_CONFIG --libs gthread gmodule`"
- VFS_LIBDIR='-L${libdir}'
--VFS_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'" `glib-config --cflags gthread gmodule`"
-+VFS_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'" `$GLIB_CONFIG --cflags gthread gmodule`"
-
-
-
+--- configure.orig Thu Nov 2 17:44:34 2000
++++ configure Fri Nov 3 10:22:49 2000
+@@ -2196,3 +2196,3 @@
+ VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
+- VFS_GLIB_CONFIG="glib-config"
++ VFS_GLIB_CONFIG="$GLIB_CONFIG"
+ else