diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-05 02:37:57 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-05 02:37:57 +0000 |
| commit | ad0bbce2c7f4f333b6d68026dbaf6728c5022764 (patch) | |
| tree | 096e26074b8bc50f17c764b9afbfb126dea2f9d9 /devel/pwlib/files/patch-makefile | |
| parent | Remove 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-makefile | 2 |
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 |
