summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-10-11 12:20:34 +0000
committerSven Wegener <swegener@gentoo.org>2007-10-11 12:20:34 +0000
commit67088535f9144c051b4483622064eddbb809b24b (patch)
treee9d2bb24f72fed55ef177b31c7fd601148aba942 /sys-fs/gnomevfs-mount/files
parentSwitch to make install, diffutils is only a runtime dependency. (diff)
downloadgentoo-2-67088535f9144c051b4483622064eddbb809b24b.tar.gz
gentoo-2-67088535f9144c051b4483622064eddbb809b24b.tar.bz2
gentoo-2-67088535f9144c051b4483622064eddbb809b24b.zip
Add ~amd64 keyword. Update --as-needed patch. Quote variables.
(Portage version: 2.1.3.12)
Diffstat (limited to 'sys-fs/gnomevfs-mount/files')
-rw-r--r--sys-fs/gnomevfs-mount/files/gnomevfs-mount-as-needed.patch18
1 files changed, 12 insertions, 6 deletions
diff --git a/sys-fs/gnomevfs-mount/files/gnomevfs-mount-as-needed.patch b/sys-fs/gnomevfs-mount/files/gnomevfs-mount-as-needed.patch
index 947a1c3a02b4..9f8fcd27d624 100644
--- a/sys-fs/gnomevfs-mount/files/gnomevfs-mount-as-needed.patch
+++ b/sys-fs/gnomevfs-mount/files/gnomevfs-mount-as-needed.patch
@@ -1,9 +1,15 @@
---- src/Makefile.am 2007-01-14 21:33:09.000000000 -0500
-+++ src/Makefile.am 2007-01-14 21:36:03.000000000 -0500
-@@ -9,5 +9,6 @@
+--- gnomevfs-mount/src/Makefile.am
++++ gnomevfs-mount/src/Makefile.am
+@@ -4,10 +4,9 @@
+
+ gnomevfs_mount_SOURCES = gnomevfs-mount.c gnomevfs-mount.h
+
+-gnomevfs_mount_LDFLAGS = @GNOME_VFS_LIBS@ @GNOME_KEYRING_LIBS@ -lfuse
+-gnomevfs_mount_LDADD = -lfuse
++gnomevfs_mount_LDADD = -lfuse @GLIB_LIBS@ @GNOME_VFS_LIBS@ @GNOME_KEYRING_LIBS@
gnomevfs_mount_CFLAGS = @GNOME_VFS_CFLAGS@ @GNOME_KEYRING_CFLAGS@
- gnomevfs_umount_LDFLAGS = @GLIB_LIBS@
-+gnomevfs_umount_LDADD = $(GLIB_LIBS)
+-gnomevfs_umount_LDFLAGS = @GLIB_LIBS@
++gnomevfs_umount_LDADD = @GLIB_LIBS@
gnomevfs_umount_CFLAGS = @GLIB_CFLAGS@
-
+