Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157765 | Differences between
and this patch

Collapse All | Expand All

(-)libgphoto2-2.1.2/configure (-6 / +1 lines)
Lines 13865-13878 Link Here
13865
# packages we're going to build will depend on libusb and libusb-devel
13865
# packages we're going to build will depend on libusb and libusb-devel
13866
# RPM packages or not.
13866
# RPM packages or not.
13867
13867
13868
13868
# remove rpm -q test to avoid breaking sandbox
13869
if rpm -q libusb-devel > /dev/null 2>&1; then
13870
  RPM_LIBUSB_DEVEL_TRUE=
13869
  RPM_LIBUSB_DEVEL_TRUE=
13871
  RPM_LIBUSB_DEVEL_FALSE='#'
13870
  RPM_LIBUSB_DEVEL_FALSE='#'
13872
else
13873
  RPM_LIBUSB_DEVEL_TRUE='#'
13874
  RPM_LIBUSB_DEVEL_FALSE=
13875
fi
13876
13871
13877
13872
13878
	# effective_target has to be determined in advance
13873
	# effective_target has to be determined in advance

Return to bug 157765