[Lunar-commits] <moonbase> xvidcap: The header has changed with the latest version of xextproto,

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Feb 24 13:11:45 CET 2010


commit ae226d974b925ebb99c0ef6565ed7d7679844250
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Feb 24 07:11:45 2010 -0500

    xvidcap: The header has changed with the latest version of xextproto,
    
    shmstr.h has been replaced with shmproto.h. Adjusting the BUILD.
---
 video/xvidcap/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/video/xvidcap/BUILD b/video/xvidcap/BUILD
new file mode 100644
index 0000000..d05548e
--- /dev/null
+++ b/video/xvidcap/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sedit "s:shmstr.h:shmproto.h:" src/capture.c &&
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list