aboutsummaryrefslogtreecommitdiff
path: root/devel/gnomevfs2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnomevfs2/files/patch-aa')
-rw-r--r--devel/gnomevfs2/files/patch-aa23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa
deleted file mode 100644
index 9db3569cb11c..000000000000
--- a/devel/gnomevfs2/files/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.orig Mon May 7 18:12:27 2001
-+++ configure Thu May 10 13:24:14 2001
-@@ -2365,3 +2365,3 @@
- VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
-- VFS_GLIB_CONFIG="glib-config"
-+ VFS_GLIB_CONFIG="$GLIB_CONFIG"
- else
-@@ -6924,4 +6924,4 @@
-
--echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
--echo "configure:6927: checking for bzCompressInit in -lbz2" >&5
-+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6
-+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5
- ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'`
-@@ -6938,6 +6938,6 @@
- builtin and then its argument prototype would still apply. */
--char bzCompressInit();
-+char BZ2_bzCompressInit();
-
- int main() {
--bzCompressInit()
-+BZ2_bzCompressInit()
- ; return 0; }