diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-21 02:41:43 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-21 02:41:43 -0500 |
commit | 6e7a0124602fdd8475eb132b0de8ad9e68595939 (patch) | |
tree | fd9bd8c07ee504a2d89b7cf606b2ef0c713850f8 /user/libavc1394/argp.patch | |
parent | 96236b7403b76c2e202b9390adf272f05eee2b27 (diff) | |
download | packages-6e7a0124602fdd8475eb132b0de8ad9e68595939.tar.gz packages-6e7a0124602fdd8475eb132b0de8ad9e68595939.tar.bz2 packages-6e7a0124602fdd8475eb132b0de8ad9e68595939.tar.xz packages-6e7a0124602fdd8475eb132b0de8ad9e68595939.zip |
user/libavc1394: pull in, fix up, modernise, fix license
Diffstat (limited to 'user/libavc1394/argp.patch')
-rw-r--r-- | user/libavc1394/argp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/libavc1394/argp.patch b/user/libavc1394/argp.patch new file mode 100644 index 000000000..9c86a625e --- /dev/null +++ b/user/libavc1394/argp.patch @@ -0,0 +1,11 @@ +--- ./configure.in.orig ++++ ./configure.in +@@ -11,6 +11,8 @@ + + AC_HEADER_STDC + AC_CHECK_HEADERS(sys/time.h sys/types.h unistd.h string.h netinet/in.h stdio.h) ++AC_SEARCH_LIBS([argp_usage], [argp], [], ++ [AC_MSG_ERROR([argp not found. Consider installing argp-standalone])]) + PKG_CHECK_MODULES(LIBRAW1394, libraw1394 >= 1.0.0) + + #set the libtool shared library version numbers |