add patched ebuild for exif

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1522 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-08-31 20:23:42 +00:00
parent 6b956f0f0f
commit 18d3439b97
8 changed files with 992 additions and 0 deletions

View File

@@ -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