Files
ports/comms/libimobiledevice/files/patch-configure
T
Jason E. Hale 70540a8b17 comms/libimobiledevice: Update to 1.3.0
comms/libusbmuxd: Update to 2.0.2
comms/usbmuxd: Update to 1.1.1
devel/libplist: Update to 2.2.0

Resurrect comms/py-libimobiledevice, update to 1.3.0
Resurrect devel/py-libplist, update to 2.2.0

Take maintainership of the ports listed above.

Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library
names.
2021-01-21 14:37:31 +00:00

14 lines
357 B
Plaintext

Remove bash-ism from configure script
--- configure.orig 2021-01-21 13:07:51 UTC
+++ configure
@@ -18422,7 +18422,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
if test "X$flag_ok" = Xyes ; then
- CYTHON_CFLAGS+=" -Wno-cast-function-type"
+ CYTHON_CFLAGS="$CYTHON_CFLAGS -Wno-cast-function-type"