diff options
author | 2004-09-21 20:36:14 +0000 | |
---|---|---|
committer | 2004-09-21 20:36:14 +0000 | |
commit | bac8a3a009ed097d7027a2e08e635b71a689b0a8 (patch) | |
tree | bb7dec93b66ae75aeb2bf61f6579b97e0eccdc1b /app-admin/gamin | |
parent | Update version. Add a patch that does: (diff) | |
download | gentoo-2-bac8a3a009ed097d7027a2e08e635b71a689b0a8.tar.gz gentoo-2-bac8a3a009ed097d7027a2e08e635b71a689b0a8.tar.bz2 gentoo-2-bac8a3a009ed097d7027a2e08e635b71a689b0a8.zip |
Update version. Add a patch that does:
- Use ENABLE_DNOTIFY (instead of #ifdef linux) in gam_server.c
to include gam_dnotify.h and init the dnotify backend, else
we get link errors if we build with inotify support, as
gam_dnotify.o was not build
(./configure --enable-inotify --disable-kernel).
- Use '#ifdef HAVE_LINUX' instead of '#ifdef linux', as this
is what is defined in config.h if we are building for linux.
I might be wrong here, but I think 'linux' gets defined by
gcc ...
- Actually build dnotify backend again if --enable-inotify was
passed, but not --disable-kernel.
(Manifest recommit)
Diffstat (limited to 'app-admin/gamin')
-rw-r--r-- | app-admin/gamin/Manifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/gamin/Manifest b/app-admin/gamin/Manifest index 21af537ff993..dd82e70e2999 100644 --- a/app-admin/gamin/Manifest +++ b/app-admin/gamin/Manifest @@ -1,10 +1,9 @@ -MD5 43acb163253fa5a7d486cd2449b0a516 ChangeLog 1564 +MD5 da51da5cf0d7d51aa2b38759303f30ab ChangeLog 2364 MD5 875135e8740bafa4dab79ee592cf9744 metadata.xml 279 -MD5 cb79cb3e2161998a010168013b4f171e gamin-0.0.10.ebuild 1363 +MD5 1c22bd93f44fab7256bda5b284b1f659 gamin-0.0.10.ebuild 1720 MD5 ee8fb13c688cd2cb69e8d8a998ca35c5 gamin-0.0.7.ebuild 1601 MD5 ea62db6d3e1fc7819b705ecf31eab839 gamin-0.0.6-r2.ebuild 1572 MD5 cb79cb3e2161998a010168013b4f171e gamin-0.0.9.ebuild 1363 -MD5 3dde6c1ec0091016c13377d719289b57 .gamin-0.0.10.ebuild.swp 12288 MD5 4e18889d5ef1bba7a3dc94859b535222 files/digest-gamin-0.0.10 64 MD5 14f8206ef4729b512f65d5f8d8b2da96 files/inotify-0.8.1.h 2465 MD5 f52f7211e1d89b971993c4ad763b1dde files/gamin-0.0.6-inotify_h-include.patch 373 @@ -14,3 +13,4 @@ MD5 916932a4819a028266c0d19797155ea0 files/gamin-0.0.6-actually-enable-inotify-s MD5 59c722e7488d52801fe5b6df1cd6d48e files/digest-gamin-0.0.6-r2 63 MD5 0baa39ba6612747a9d91e2f18dc6c6f9 files/gamin-0.0.6-quiet-inotify-warning.patch 382 MD5 f03dcd8a601bc5e7f317e7d577887092 files/digest-gamin-0.0.7 63 +MD5 fc9e2f75e4d730775c5bb42e53fb6666 files/gamin-0.0.10-HAVE_LINUX-and-ENABLE_DNOTIFY-cleanup.patch 2448 |