summaryrefslogtreecommitdiff
path: root/graphics/unicap/patches/patch-ap
blob: 2619d1640ec077ae18b55acd239cfcd71420c06a (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
$NetBSD: patch-ap,v 1.2 2009/01/08 01:08:37 jmcneill Exp $


--- configure.orig	2008-10-01 12:15:58.000000000 -0400
+++ configure
@@ -23079,7 +23079,7 @@ _ACEOF
 fi
 
 
-if test x$UCIL_AVCODEC == "xavcodec" ; then
+if test x$UCIL_AVCODEC = "xavcodec" ; then
   HAVE_AVCODEC_TRUE=
   HAVE_AVCODEC_FALSE='#'
 else
@@ -23201,7 +23201,7 @@ _ACEOF
 fi
 
 
-if test x$UCIL_THEORA == "xogg/theora" ; then
+if test x$UCIL_THEORA = "xogg/theora" ; then
   HAVE_THEORA_TRUE=
   HAVE_THEORA_FALSE='#'
 else
@@ -23323,7 +23323,7 @@ _ACEOF
 fi
 
 
-if test x$UCIL_ALSA == "xalsa" ; then
+if test x$UCIL_ALSA = "xalsa" ; then
   HAVE_ALSA_TRUE=
   HAVE_ALSA_FALSE='#'
 else
@@ -23445,7 +23445,7 @@ _ACEOF
 fi
 
 
-if test x$UCIL_PNG == "xpng" ; then
+if test x$UCIL_PNG = "xpng" ; then
   HAVE_PNG_TRUE=
   HAVE_PNG_FALSE='#'
 else
@@ -25333,7 +25333,7 @@ else
 echo "${ECHO_T}yes" >&6; }
 	HAVE_LIBRAW1394="yes";LIBRAW1394_VERSION="RAW1394_1_1_API"
 fi
-    if( test "$HAVE_LIBRAW1394" == "yes" ); then
+    if( test "$HAVE_LIBRAW1394" = "yes" ); then
 
 cat >>confdefs.h <<\_ACEOF
 #define RAW1394_1_1_API 1
@@ -25730,7 +25730,7 @@ echo "${ECHO_T} video-to-1394 plugin req
 	fi
 fi
 
-if test "x$VID21394" == "xyes"; then
+if test "x$VID21394" = "xyes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define BUILD_VID21394 1
@@ -25759,7 +25759,7 @@ echo "${ECHO_T} IIDC 1394 camera plugin 
 	fi
 fi
 
-if test "x$DCAM" == "xyes"; then
+if test "x$DCAM" = "xyes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define BUILD_DCAM 1
@@ -25782,7 +25782,7 @@ else
 fi
 
 
-if test "x$V4L" == "xyes"; then
+if test "x$V4L" = "xyes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define BUILD_V4L 1
@@ -25805,7 +25805,7 @@ else
 fi
 
 
-if test "x$V4L2" == "xyes"; then
+if test "x$V4L2" = "xyes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define BUILD_V4L2 1
@@ -25827,7 +25827,7 @@ else
 fi
 
 
-if test "x$USE_LIBV4L" == "xyes"; then
+if test "x$USE_LIBV4L" = "xyes"; then
 
 pkg_failed=no
 { echo "$as_me:$LINENO: checking for LIBV4L" >&5
@@ -25899,7 +25899,7 @@ else
 echo "${ECHO_T}yes" >&6; }
 	HAVE_LIBV4L="yes"
 fi
-   if test "x$HAVE_LIBV4L" == "xyes"; then
+   if test "x$HAVE_LIBV4L" = "xyes"; then
       { echo "$as_me:$LINENO: result: enable enable enable " >&5
 echo "${ECHO_T}enable enable enable " >&6; }
 
@@ -25917,7 +25917,7 @@ _ACEOF
 fi
 
 
-if test x$HAVE_LIBV4L == "xyes" ; then
+if test x$HAVE_LIBV4L = "xyes" ; then
   HAVE_LIBV4L_TRUE=
   HAVE_LIBV4L_FALSE='#'
 else
@@ -25944,7 +25944,7 @@ fi
 # Check whether --enable-static-cpi was given.
 if test "${enable_static_cpi+set}" = set; then
   enableval=$enable_static_cpi; {
-	        if test "x$enableval" == "xyes"; then
+	        if test "x$enableval" = "xyes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define ENABLE_STATIC_CPI 1
@@ -25972,7 +25972,7 @@ fi
 # Check whether --enable-thread-locking was given.
 if test "${enable_thread_locking+set}" = set; then
   enableval=$enable_thread_locking; {
-	         if test "x$enableval" == "xyes"; then
+	         if test "x$enableval" = "xyes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define UNICAP_THREAD_LOCKING 1
@@ -25992,7 +25992,7 @@ fi
 # Check whether --enable-unicap-threads was given.
 if test "${enable_unicap_threads+set}" = set; then
   enableval=$enable_unicap_threads; {
-	         if test "x$enableval" == "xyes"; then
+	         if test "x$enableval" = "xyes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define UNICAP_THREADS 1
@@ -26728,6 +26728,8 @@ do
   case $ac_option in
   # Handling of the options.
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+	: Avoid regenerating within pkgsrc
+	exit 0
     ac_cs_recheck=: ;;
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     echo "$ac_cs_version"; exit ;;
@@ -27969,7 +27971,7 @@ if test x$VID21394_VISCA = xyes; then
 	VID21394="$VID21394 with visca support"
 fi
 
-if test x$HAVE_LIBV4L == xyes && test x$V4L2 == xyes; then
+if test x$HAVE_LIBV4L = xyes && test x$V4L2 = xyes; then
    V4L2="yes, with libv4l2 support"
 fi