summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-01-29 21:32:55 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-01-29 21:32:55 +0000
commite66c1d320339947440db26afca5a220eeaf5a442 (patch)
tree379a0e8dffcf2d4fc7869f17cb469bb23d0a0209 /media-libs/libgphoto2/files
parentoops (diff)
downloadgentoo-2-e66c1d320339947440db26afca5a220eeaf5a442.tar.gz
gentoo-2-e66c1d320339947440db26afca5a220eeaf5a442.tar.bz2
gentoo-2-e66c1d320339947440db26afca5a220eeaf5a442.zip
Fixed rpm sandbox issue, closes bug#157773
(Portage version: 2.1.2-r4)
Diffstat (limited to 'media-libs/libgphoto2/files')
-rw-r--r--media-libs/libgphoto2/files/libgphoto2-2.3.1-rpm.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-libs/libgphoto2/files/libgphoto2-2.3.1-rpm.patch b/media-libs/libgphoto2/files/libgphoto2-2.3.1-rpm.patch
new file mode 100644
index 000000000000..d442019dfca7
--- /dev/null
+++ b/media-libs/libgphoto2/files/libgphoto2-2.3.1-rpm.patch
@@ -0,0 +1,15 @@
+
+It tries to creat /var/lib/rpm...
+
+diff -urNp libgphoto2-2.3.1.org/configure libgphoto2-2.3.1/configure
+--- libgphoto2-2.3.1.org/configure 2006-12-24 21:12:44.000000000 +0200
++++ libgphoto2-2.3.1/configure 2007-01-29 23:28:31.000000000 +0200
+@@ -30296,7 +30296,7 @@ fi
+ # 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