diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-25 10:51:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-25 10:51:06 +0000 |
commit | fdaeaeae0c3e0baacbcd010f170e47ca4bc0881a (patch) | |
tree | b8ca2e9fae75831cc5da75f1654f09a4a161bf68 /main/libavc1394/argp.patch | |
parent | 9a693067ee9cf55ae097b40fce9101d7e003a81a (diff) | |
download | aports-fdaeaeae0c3e0baacbcd010f170e47ca4bc0881a.tar.bz2 aports-fdaeaeae0c3e0baacbcd010f170e47ca4bc0881a.tar.xz |
main/libavc1394: upgrade to 0.5.4
Diffstat (limited to 'main/libavc1394/argp.patch')
-rw-r--r-- | main/libavc1394/argp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libavc1394/argp.patch b/main/libavc1394/argp.patch new file mode 100644 index 0000000000..9c86a625e5 --- /dev/null +++ b/main/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 |