summaryrefslogtreecommitdiff
path: root/devel/gnomevfs2/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /devel/gnomevfs2/files/patch-aa
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'devel/gnomevfs2/files/patch-aa')
-rw-r--r--devel/gnomevfs2/files/patch-aa32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa
deleted file mode 100644
index 1c45a532c432..000000000000
--- a/devel/gnomevfs2/files/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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`"
-
-
-