summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-09-24 22:46:36 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-09-24 22:46:36 +0000
commitd11c6c354c538b24ca7610209a831d402980efbc (patch)
tree2909b1dbbe37dc70d3f0b0ed138e9f33ec58e3c9 /media-libs/libgphoto2/files/libgphoto2-2.4.0-rpm.patch
parentMarking squidguard-1.2.1-r1 ppc64 stable for bug 189781 (diff)
downloadhistorical-d11c6c354c538b24ca7610209a831d402980efbc.tar.gz
historical-d11c6c354c538b24ca7610209a831d402980efbc.tar.bz2
historical-d11c6c354c538b24ca7610209a831d402980efbc.zip
bump to 2.4.0
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'media-libs/libgphoto2/files/libgphoto2-2.4.0-rpm.patch')
-rw-r--r--media-libs/libgphoto2/files/libgphoto2-2.4.0-rpm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/libgphoto2/files/libgphoto2-2.4.0-rpm.patch b/media-libs/libgphoto2/files/libgphoto2-2.4.0-rpm.patch
new file mode 100644
index 000000000000..c34e995ae54f
--- /dev/null
+++ b/media-libs/libgphoto2/files/libgphoto2-2.4.0-rpm.patch
@@ -0,0 +1,11 @@
+--- configure.old 2007-09-24 22:21:16.000000000 +0200
++++ configure 2007-09-24 22:21:27.000000000 +0200
+@@ -26609,7 +26609,7 @@
+ # whether libusb-devel is installed or not defines whether the RPM
+ # packages we're going to build will depend on libusb and libusb-devel
+ # RPM packages or not.
+- if rpm -q libusb-devel > /dev/null 2>&1; then
++ if false -q libusb-devel > /dev/null 2>&1; then
+ RPM_LIBUSB_DEVEL_TRUE=
+ RPM_LIBUSB_DEVEL_FALSE='#'
+ else