summaryrefslogtreecommitdiff
path: root/devel/pwlib/files/patch-makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-05 02:37:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-05 02:37:57 +0000
commitad0bbce2c7f4f333b6d68026dbaf6728c5022764 (patch)
tree096e26074b8bc50f17c764b9afbfb126dea2f9d9 /devel/pwlib/files/patch-makefile
parentRemove redundant patchfile. patch-ARK+Makefile is the real one. (diff)
Allow pwlib to work on ARCHS != i386.
Tested on alpha, i386, and ia64. Submitted by: marcel Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=102966
Diffstat (limited to 'devel/pwlib/files/patch-makefile')
-rw-r--r--devel/pwlib/files/patch-makefile2
1 files changed, 1 insertions, 1 deletions
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