diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 07:04:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 07:04:54 +0800 |
commit | a6ad68f383900e7dec7a7b12b264fd246f81602a (patch) | |
tree | 97b079b4e7a965041ffcded9d10b5bca31473c3e /multimedia | |
parent | 18a2198bfcd363b69c9d02154854d9657c7b09be (diff) | |
download | marcuscom-ports-a6ad68f383900e7dec7a7b12b264fd246f81602a.tar marcuscom-ports-a6ad68f383900e7dec7a7b12b264fd246f81602a.tar.gz marcuscom-ports-a6ad68f383900e7dec7a7b12b264fd246f81602a.tar.bz2 marcuscom-ports-a6ad68f383900e7dec7a7b12b264fd246f81602a.tar.lz marcuscom-ports-a6ad68f383900e7dec7a7b12b264fd246f81602a.tar.xz marcuscom-ports-a6ad68f383900e7dec7a7b12b264fd246f81602a.tar.zst marcuscom-ports-a6ad68f383900e7dec7a7b12b264fd246f81602a.zip |
Add forgotten patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16923 df743ca5-7f9a-e211-a948-0013205c9059
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 + |