From ad0bbce2c7f4f333b6d68026dbaf6728c5022764 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 5 Mar 2004 02:37:57 +0000 Subject: Allow pwlib to work on ARCHS != i386. Tested on alpha, i386, and ia64. Submitted by: marcel Approved by: maintainer (implicit) --- devel/pwlib/files/patch-makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/pwlib/files/patch-makefile') diff --git a/devel/pwlib/files/patch-makefile b/devel/pwlib/files/patch-makefile index 8ca3ca5e99f7..1f7ea0dfcc56 100644 --- a/devel/pwlib/files/patch-makefile +++ b/devel/pwlib/files/patch-makefile @@ -6,7 +6,7 @@ endif ifeq ($(OSTYPE),FreeBSD) -+ ifneq (,$(wildcard $(SYSINCDIR)/machine/ioctl_meteor.h)) ++ ifneq (,$(wildcard $(SYSINCDIR)/dev/bktr/ioctl_meteor.h $(SYSINCDIR)/machine/ioctl_meteor.h)) VIDEO_CAPTURE_SOURCE = video4bsd.cxx + endif endif -- cgit v1.2.3