wok diff ola/receipt @ rev 21803

created recipe for nnn 2.6
author Hans-G?nter Theisgen
date Sat Aug 10 20:59:16 2019 +0100 (2019-08-10)
parents 27d9d973abab
children 5ea0ce1cecc0
line diff
     1.1 --- a/ola/receipt	Wed Dec 16 12:43:42 2015 +0200
     1.2 +++ b/ola/receipt	Sat Aug 10 20:59:16 2019 +0100
     1.3 @@ -17,6 +17,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|libusb_set_debug(m_context,\(.*\);|#if LIBUSB_API_VERSION >= 0x01000106\
     1.8 +    libusb_set_option(m_context, LIBUSB_OPTION_LOG_LEVEL,\1;\
     1.9 +#else\
    1.10 +    \0\
    1.11 +#endif|' tools/ja-rule/USBDeviceManager.cpp plugins/usbdmx/*yncPluginImpl.cpp
    1.12  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.13  	autoreconf -i
    1.14  	./configure \