updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / libwebcam-svn / cmake.patch
blob2f9800f110e3224abe6b2ff9390f609498868dad
1 --- libwebcam-0.2.0/libwebcam/CMakeLists.txt.orig 2010-03-12 21:37:02.000000000 -0600
2 +++ libwebcam-0.2.0/libwebcam/CMakeLists.txt 2010-03-12 21:58:32.844272522 -0600
3 @@ -82,6 +82,8 @@
4 # PACKAGING
8 +if (EXISTS "/usr/bin/dpkg")
9 # Prerequisites
10 execute_process (
11 COMMAND /usr/bin/dpkg --print-architecture
12 @@ -146,3 +148,5 @@
14 include (CPack)
15 endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
17 +endif (EXISTS "/usr/bin/dpkg")
18 --- libwebcam-0.2.0/uvcdynctrl/CMakeLists.txt.orig 2010-03-12 21:37:02.000000000 -0600
19 +++ libwebcam-0.2.0/uvcdynctrl/CMakeLists.txt 2010-03-12 22:01:27.567275338 -0600
20 @@ -103,6 +103,8 @@
21 # Packaging
25 +if (EXISTS "/usr/bin/dpkg")
26 # Prerequisites
27 execute_process (
28 COMMAND /usr/bin/dpkg --print-architecture
29 @@ -168,3 +170,5 @@
31 include (CPack)
32 endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
34 +endif (EXISTS "/usr/bin/dpkg")