]> gitweb @ CieloNegro.org - pkgsrc-cinelerra-cv.git/blob - patches/patch-configure_in
7f24082b8794210143e9cc4492a7072fdbf30add
[pkgsrc-cinelerra-cv.git] / patches / patch-configure_in
1 $NetBSD$
2
3 --- configure.in.orig   2010-01-29 05:05:28.000000000 +0000
4 +++ configure.in
5 @@ -19,6 +19,9 @@ AC_ENABLE_SHARED
6  AC_DISABLE_STATIC
7  AC_PROG_LIBTOOL
8  
9 +AC_CHECK_TYPE([__off64_t], [int64_t])
10 +AC_CHECK_HEADERS([mntent.h fstab.h])
11 +
12  # hack for libtool 1.5 -- this is ugly and probably wrong, but works
13  LTC_FLAGS="--tag=CC"
14  LTCXX_FLAGS="--tag=CXX"