blob: a40687b9006fccc54887a96c4809a9361a9ddd85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$NetBSD: patch-ab,v 1.16 2010/07/13 17:52:17 drochner Exp $
--- configure.orig 2010-05-30 11:22:08.000000000 +0000
+++ configure
@@ -22074,6 +22074,9 @@ main ()
#error GCC before 3.4 has critical bugs compiling inline assembly
#endif
#endif
+#ifdef __SUNPRO_C
+#error Sun Studio cannot handle assembly in this package
+#endif
__asm__ (""::)
;
return 0;
@@ -27186,6 +27189,10 @@ $as_echo_n "checking Checking for up to
#ifdef __sun /* Solaris */
#include <sys/types.h>
#include <sys/videodev2.h>
+#elif defined(__NetBSD__)
+#include <sys/videoio.h>
+#elif defined(__NetBSD__)
+#include <sys/videoio.h>
#else /* Linux */
#include <linux/types.h>
#define _LINUX_TIME_H
|