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:
parent
90187e8a6c
commit
6cb99ef0e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239192
@ -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>
|
||||
|
10
misc/ftdi-eeprom/files/patch-ftdi-eeprom.c
Normal file
10
misc/ftdi-eeprom/files/patch-ftdi-eeprom.c
Normal 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"
|
||||
|
Loading…
Reference in New Issue
Block a user