Update to gphoto-2.5.27.
This commit is contained in:
parent
383ae4eed9
commit
20ca464ccd
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2020/10/17 08:25:30 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2021/02/27 07:55:21 ajacoutot Exp $
|
||||
|
||||
COMMENT= digital camera command-line interface
|
||||
|
||||
VERSION= 2.5.26
|
||||
VERSION= 2.5.27
|
||||
DISTNAME= gphoto2-${VERSION}
|
||||
PKGNAME= gphoto-${VERSION}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gphoto2-2.5.26.tar.gz) = Ohk88ibss60fBiJoarQitRBfoVhAeY8Tx431D/RUdO8=
|
||||
SIZE (gphoto2-2.5.26.tar.gz) = 1157534
|
||||
SHA256 (gphoto2-2.5.27.tar.gz) = mTF12wNU1bDrJ4xyo+gFic4MshQWOeQ8+rxlmBofJHY=
|
||||
SIZE (gphoto2-2.5.27.tar.gz) = 1157683
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-gphoto2_actions_c,v 1.6 2020/10/17 08:25:30 ajacoutot Exp $
|
||||
$OpenBSD: patch-gphoto2_actions_c,v 1.7 2021/02/27 07:55:21 ajacoutot Exp $
|
||||
|
||||
Index: gphoto2/actions.c
|
||||
--- gphoto2/actions.c.orig
|
||||
@ -12,8 +12,8 @@ Index: gphoto2/actions.c
|
||||
+#define _XOPEN_SOURCE_EXTENDED 1 /* strptime proto, but this hides other prototypes */
|
||||
#define _GNU_SOURCE /* get all the other prototypes */
|
||||
#define __EXTENSIONS__ /* for solaris to get back strdup and strcasecmp */
|
||||
|
||||
@@ -40,6 +41,9 @@
|
||||
#define _DARWIN_C_SOURCE
|
||||
@@ -41,6 +42,9 @@
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user