diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2015-01-18 21:41:36 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2015-01-18 21:41:36 +0000 |
commit | 79c5ebe9ca82b953869a44f79e757907e5e6856c (patch) | |
tree | 67fc19df99b9dde8912c41197196391ccb52bac1 /misc/raspberrypi-userland/patches | |
parent | d664ccba3ccc4843e75eb07ae24c8294113ce8b5 (diff) | |
download | pkgsrc-79c5ebe9ca82b953869a44f79e757907e5e6856c.tar.gz |
install vcos_attr.h header, bump pkg revision
Diffstat (limited to 'misc/raspberrypi-userland/patches')
-rw-r--r-- | misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt b/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt new file mode 100644 index 00000000000..46831a5dd1e --- /dev/null +++ b/misc/raspberrypi-userland/patches/patch-interface_vcos_CMakeLists.txt @@ -0,0 +1,12 @@ +$NetBSD: patch-interface_vcos_CMakeLists.txt,v 1.1 2015/01/18 21:41:36 jmcneill Exp $ + +--- interface/vcos/CMakeLists.txt.orig 2013-01-27 21:57:20.000000000 +0000 ++++ interface/vcos/CMakeLists.txt +@@ -6,6 +6,7 @@ include (${VIDEOCORE_ROOT}/makefiles/cma + set (HEADERS + vcos_assert.h + vcos_atomic_flags.h ++ vcos_attr.h + vcos_blockpool.h + vcos_cmd.h + vcos_dlfcn.h |