aboutsummaryrefslogtreecommitdiff
path: root/graphics/cqcam
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-04-30 15:22:32 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-04-30 15:22:32 +0000
commitc1646ac95eedec43562975d2c60dde3518b39da7 (patch)
tree8a0c23a79da5ee5e566637a384ee3ebe883c8de1 /graphics/cqcam
parent7f3761a291ae137ca21f893e889265db9d36fa33 (diff)
downloadports-c1646ac95eedec43562975d2c60dde3518b39da7.tar.gz
ports-c1646ac95eedec43562975d2c60dde3518b39da7.zip
Notes
Diffstat (limited to 'graphics/cqcam')
-rw-r--r--graphics/cqcam/Makefile4
-rw-r--r--graphics/cqcam/files/patch-ae10
2 files changed, 2 insertions, 12 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 8108bfedb9d6..3a316d23e642 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -34,8 +34,8 @@ MYPORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
+.if ${OSVERSION} < 502108
+BROKEN= "Does not compile: ffs()-clash"
.endif
post-install:
diff --git a/graphics/cqcam/files/patch-ae b/graphics/cqcam/files/patch-ae
deleted file mode 100644
index 2fe5f9a7f7c8..000000000000
--- a/graphics/cqcam/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>