summaryrefslogtreecommitdiff
path: root/devel/pwlib/files/patch-makefile
blob: 8ca3ca5e99f7cb54c4f1b83a2e6bab7295da28e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)