diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 12:46:30 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 12:46:30 +0000 |
commit | 69718a50108a517de5ec5d765bfb5d56e3568eb8 (patch) | |
tree | 0d0862b7715877c844fe2b8caca2d6976d3bbd2c /graphics/cqcam/files/patch-ae | |
parent | Update port to 1.2 (diff) |
Update to version 0.90p9.
With this version, it is no longer only a frame grabber, but a whole
control program. Thus, adjust COMMENT/DESCR.
As a bonus, it should fix bento build.
PR: 19824
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/cqcam/files/patch-ae')
-rw-r--r-- | graphics/cqcam/files/patch-ae | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/cqcam/files/patch-ae b/graphics/cqcam/files/patch-ae new file mode 100644 index 000000000000..2fe5f9a7f7c8 --- /dev/null +++ b/graphics/cqcam/files/patch-ae @@ -0,0 +1,10 @@ +--- xfe/xscan.C.orig Wed Apr 26 16:16:35 2000 ++++ xfe/xscan.C Sat Jul 8 11:50:32 2000 +@@ -29,7 +29,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <string.h> + #include <signal.h> + #include <sys/time.h> + #include <sys/stat.h> |