aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs1/files/patch-aa
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-29 19:28:06 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-29 19:28:06 +0000
commit53d3581af0d93aec3ce6dc5512e6b41df3ee7dc1 (patch)
tree02020e9052d516edecc60e77d121b19f8b2b0dfc /devel/gnome-vfs1/files/patch-aa
parent9ea482340be54a13e8a585a3d907c69917c81ea7 (diff)
downloadports-53d3581af0d93aec3ce6dc5512e6b41df3ee7dc1.tar.gz
ports-53d3581af0d93aec3ce6dc5512e6b41df3ee7dc1.zip
Notes
Diffstat (limited to 'devel/gnome-vfs1/files/patch-aa')
-rw-r--r--devel/gnome-vfs1/files/patch-aa41
1 files changed, 41 insertions, 0 deletions
diff --git a/devel/gnome-vfs1/files/patch-aa b/devel/gnome-vfs1/files/patch-aa
new file mode 100644
index 000000000000..a84dfa92912f
--- /dev/null
+++ b/devel/gnome-vfs1/files/patch-aa
@@ -0,0 +1,41 @@
+--- configure.orig Tue Feb 22 01:04:03 2000
++++ configure Wed Jun 28 16:08:33 2000
+@@ -2120,7 +2120,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 --with-default-backend or --without-default-backend was given.
+@@ -4772,7 +4772,7 @@
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ CATOBJEXT=.mo
+- DATADIRNAME=lib
++ DATADIRNAME=share
+ fi
+ rm -f conftest*
+ INSTOBJEXT=.mo
+@@ -5545,7 +5545,7 @@
+ VFSPTHREAD_LIBDIR='-L${libdir}'
+ VFSPTHREAD_INCLUDEDIR='-I${includedir}'
+ 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`"
+
+
+
+@@ -5558,9 +5558,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}'" `glib-config --cflags gthread gmodule`"
++VFS_INCLUDEDIR='-I${includedir}'" `$GLIB_CONFIG --cflags gthread gmodule`"
+
+
+