1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Fix on HEAD.

This commit is contained in:
Stanislav Sedov 2009-08-09 07:21:36 +00:00
parent 90187e8a6c
commit 6cb99ef0e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239192
2 changed files with 11 additions and 7 deletions

View File

@ -20,10 +20,4 @@ PLIST_FILES= sbin/ftdi-eeprom
MAN8= ftdi-eeprom.8
MANCOMPRESSED= maybe
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800064
BROKEN= does not build
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -0,0 +1,10 @@
--- ftdi-eeprom.c.orig 2009-08-09 11:21:23.000000000 +0400
+++ ftdi-eeprom.c 2009-08-09 11:21:37.000000000 +0400
@@ -44,6 +44,7 @@
#include <string.h>
#include <limits.h>
#include <dev/usb/usb.h>
+#include <dev/usb/usb_ioctl.h>
#include "ftdi-eeprom.h"