letting SunOS pick up libusb-1 support adding option for MTPZ libgcrypt support adding missing license libmtp 1.1.11 release Emeric Grange (2): added several gopro hero ids gopro hero4 mtp detect Fish Lung (1): added xperia z5 Marcus Meissner (58): added p98 https://sourceforge.net/p/libmtp/bugs/1440/ added wiko rainbow added amazon kindle fire 7 https://sourceforge.net/p/libmtp/bugs/1448/ google pixel c added https://sourceforge.net/p/libmtp/bugs/1444/ nvidia shield tegra 4 https://sourceforge.net/p/libmtp/bugs/1447/ oneplus one a2005 added https://sourceforge.net/p/libmtp/bugs/1450/ xiamo redmi2 2014811 https://sourceforge.net/p/libmtp/bugs/1445/ removed AC_FUNC_MALLOC https://sourceforge.net/p/libmtp/bugs/1438/ nokia x2 dual sim https://sourceforge.net/p/libmtp/bugs/1453/ sony xperia compact z5 added https://sourceforge.net/p/libmtp/bugs/1455/ added nokia C5-00 alternate PID https://sourceforge.net/p/libmtp/bugs/1457/ philips w6610 https://sourceforge.net/p/libmtp/support-requests/163/ added amazon fire hd 8 https://sourceforge.net/p/libmtp/bugs/1460/ added wileyfox swift https://sourceforge.net/p/libmtp/feature-requests/146/ Sony Z3 Tablet Compact https://sourceforge.net/p/libmtp/bugs/1454/ added sony e2105 log added Prestigio Multipad Color 7 https://sourceforge.net/p/libmtp/feature-requests/148/ lenovo a1000 https://sourceforge.net/p/libmtp/bugs/1465/ added lg 810 tablet https://sourceforge.net/p/libmtp/bugs/1463/ elephone p6000 added nook color info https://sourceforge.net/p/libmtp/bugs/1462/ ARCHOS Helium 45B added acer z530 https://sourceforge.net/p/libmtp/bugs/1469/ added kyocera kc-s701 https://sourceforge.net/p/libmtp/bugs/1476/ added Moto Maxx https://sourceforge.net/p/libmtp/bugs/1477/ Add support for the ARCHOS 70 Cobalt https://bugs.launchpad.net/ubuntu/+source/libmtp/+bug/1410177 added another htc desire 310 id https://sourceforge.net/p/libmtp/bugs/1481/ medion p8312 8" tablet-pc. https://sourceforge.net/p/libmtp/bugs/1480/ huawei M2-801W log https://sourceforge.net/p/libmtp/bugs/1479/ added acer liquid z330 https://sourceforge.net/p/libmtp/bugs/1478/ fixed regex match failure for some bugs corrected the GoPro naming (company/model) added Marshall London https://sourceforge.net/p/libmtp/bugs/1490/ added Xiaomi Pad 1 (2717:0668) https://sourceforge.net/p/libmtp/bugs/1489/ added lenovo a10 70f https://sourceforge.net/p/libmtp/bugs/1488/ new amazon kindle id added https://sourceforge.net/p/libmtp/bugs/1491/ added Kyocera Event https://sourceforge.net/p/libmtp/bugs/1492/ asus zenfone 2 debzug lenovo a1000 (probably in ADB mode) https://sourceforge.net/p/libmtp/bugs/1465/ added htc desire 520 https://sourceforge.net/p/libmtp/support-requests/200/ added lenovo data added fujistsu arrows 202f https://sourceforge.net/p/libmtp/bugs/1495/ added Lenovo A10-70L https://sourceforge.net/p/libmtp/bugs/1497/ added htc one mini 2 https://sourceforge.net/p/libmtp/bugs/1500/ added lenovo lifetab s1034x debug https://sourceforge.net/p/libmtp/bugs/1499/ added nook glowlight plus https://sourceforge.net/p/libmtp/bugs/1504/ added data for orange nura phone https://sourceforge.net/p/libmtp/bugs/1503/ do not do force_reset_on_close for the Kyocera Event https://sourceforge.net/p/libmtp/bugs/1492/ add huawei honor 7 https://sourceforge.net/p/libmtp/bugs/1507/ added lenovo lifetab S1034X https://sourceforge.net/p/libmtp/support-requests/201/ addone sony xperia z3v https://sourceforge.net/p/libmtp/feature-requests/153/ HTC one M9 https://sourceforge.net/p/libmtp/bugs/1508/ added a microsoft lumia https://sourceforge.net/p/libmtp/feature-requests/155/ added oneplus one2 a2003 https://sourceforge.net/p/libmtp/bugs/151/ added fairphone 2 https://sourceforge.net/p/libmtp/support-requests/202/ in read, use the maxpacket from the device, not _HS_ packetsize allview energy p5 https://sourceforge.net/p/libmtp/bugs/1512/ Kyocera DIGNO T 302KC https://sourceforge.net/p/libmtp/bugs/1518/ 1.1.11 release Nicholas Little (1): This commit alters the flags for the Nexus 6P device by Huawei - it has a working get object properties list and its regular object access is broken with respect to the release date track field. Reverend Homer (1): LIBMP_Create_Folder: fixed doc https://sourceforge.net/p/libmtp/bugs/1472/ 0xFFFFFFFF for root folder instead of 0
64 lines
1.7 KiB
Text
64 lines
1.7 KiB
Text
$NetBSD: patch-configure,v 1.3 2016/04/09 10:09:14 richard Exp $
|
|
|
|
fix == in test
|
|
|
|
--- configure.orig 2016-02-10 20:17:35.000000000 +0000
|
|
+++ configure
|
|
@@ -15087,7 +15087,7 @@ fi
|
|
# (No need to use AC_SUBST on this default substituted environment variable.)
|
|
# Only add these additional CFLAGS if we are using GCC. Other C compilers may
|
|
# not support them.
|
|
-if test x"$GCC" == "xyes" ; then
|
|
+if test x"$GCC" = "xyes" ; then
|
|
CFLAGS="$CFLAGS -Wall -Wmissing-prototypes"
|
|
fi
|
|
|
|
@@ -15684,6 +15684,36 @@ else
|
|
$as_echo "no" >&6; }
|
|
|
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSWAP_32 in sys/byteorder.h" >&5
|
|
+$as_echo_n "checking for BSWAP_32 in sys/byteorder.h... " >&6; }
|
|
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
+/* end confdefs.h. */
|
|
+
|
|
+#include <sys/byteorder.h>
|
|
+#ifdef BSWAP_32
|
|
+ symbol is present
|
|
+#endif
|
|
+
|
|
+_ACEOF
|
|
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
|
|
+ $EGREP "symbol is present|\<BSWAP_32\>" >/dev/null 2>&1; then :
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
+$as_echo "yes" >&6; }
|
|
+ cat >> "src/gphoto2-endian.h" << EOF
|
|
+/* Define generic byte swapping functions */
|
|
+EOF
|
|
+cat >> "src/gphoto2-endian.h" << EOF
|
|
+#define swap16(x) BSWAP_16(x)
|
|
+#define swap32(x) BSWAP_32(x)
|
|
+#define swap64(x) BSWAP_64(x)
|
|
+
|
|
+EOF
|
|
+
|
|
+else
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
+$as_echo "no" >&6; }
|
|
+
|
|
+
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bswap32 in machine/endian.h" >&5
|
|
$as_echo_n "checking for bswap32 in machine/endian.h... " >&6; }
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
@@ -15844,6 +15874,11 @@ rm -f conftest*
|
|
|
|
|
|
|
|
+fi
|
|
+rm -f conftest*
|
|
+
|
|
+
|
|
+
|
|
|
|
if test "$HAVE_LE32TOH" != "1"; then
|
|
cat >> "src/gphoto2-endian.h" << EOF
|