diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cheese3/files/patch-cheese-config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/cheese3/files/patch-cheese-config.h.in b/multimedia/cheese3/files/patch-cheese-config.h.in new file mode 100644 index 000000000..c9532cd4d --- /dev/null +++ b/multimedia/cheese3/files/patch-cheese-config.h.in @@ -0,0 +1,12 @@ +--- cheese-config.h.in 2012-05-17 20:48:10.000000000 +0200 ++++ cheese-config.h.in 2012-06-13 10:31:28.000000000 +0200 +@@ -6,6 +6,9 @@ + /* Define to 1 if you have the <dlfcn.h> header file. */ + #undef HAVE_DLFCN_H + ++/* Enable hal support */ ++#undef HAVE_HAL ++ + /* Define to 1 if you have the <inttypes.h> header file. */ + #undef HAVE_INTTYPES_H + |