summaryrefslogtreecommitdiff
path: root/devel/pwlib/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pwlib/files/patch-makefile')
-rw-r--r--devel/pwlib/files/patch-makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/pwlib/files/patch-makefile b/devel/pwlib/files/patch-makefile
new file mode 100644
index 000000000000..8ca3ca5e99f7
--- /dev/null
+++ b/devel/pwlib/files/patch-makefile
@@ -0,0 +1,14 @@
+*** src/ptlib/unix/Makefile.orig Tue Dec 2 11:15:55 2003
+--- src/ptlib/unix/Makefile Tue Dec 2 11:16:39 2003
+*************** VIDEO_CAPTURE_SOURCE = video4linux.cxx
+*** 422,428 ****
+--- 422,430 ----
+ endif
+
+ ifeq ($(OSTYPE),FreeBSD)
++ ifneq (,$(wildcard $(SYSINCDIR)/machine/ioctl_meteor.h))
+ VIDEO_CAPTURE_SOURCE = video4bsd.cxx
++ endif
+ endif
+
+ ifeq ($(OSTYPE),OpenBSD)