diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-02-10 22:58:29 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-02-10 22:58:29 +0000 |
commit | 2f7300f411d22224de463086016a416b0782a020 (patch) | |
tree | 9a1fb6a583823054ba64d4fff8192527888c6dc8 /sys-fs/gnomevfs-mount/files | |
parent | remove .desktop redundancy thanks to jakub in bug 162775 (diff) | |
download | gentoo-2-2f7300f411d22224de463086016a416b0782a020.tar.gz gentoo-2-2f7300f411d22224de463086016a416b0782a020.tar.bz2 gentoo-2-2f7300f411d22224de463086016a416b0782a020.zip |
as-needed patch thanks to Alex <nesl247@gmail.com> in bug 162130
(Portage version: 2.1.2-r7)
Diffstat (limited to 'sys-fs/gnomevfs-mount/files')
-rw-r--r-- | sys-fs/gnomevfs-mount/files/gnomevfs-mount-as-needed.patch | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 000000000000..947a1c3a02b4 --- /dev/null +++ b/sys-fs/gnomevfs-mount/files/gnomevfs-mount-as-needed.patch @@ -0,0 +1,9 @@ +--- 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_CFLAGS = @GNOME_VFS_CFLAGS@ @GNOME_KEYRING_CFLAGS@ + + gnomevfs_umount_LDFLAGS = @GLIB_LIBS@ ++gnomevfs_umount_LDADD = $(GLIB_LIBS) + gnomevfs_umount_CFLAGS = @GLIB_CFLAGS@ + |