Files
haikuports/dev-libs/libusb/patches/libusb-1.0.19.patchset
Adrien Destugues b15a345851 libusb: import final version of akshay's work.
* We have a merge request pending on libusb side. until then, we'll use
akshay's github repo.
* While this builds fine outside of Haikuporter, I had trouble with
getting it to run inside it. I'm not sure what's causing this. I got it
to build wth some minor tweaks to the makefile, anyway.
2014-08-23 16:19:33 +02:00

23 lines
706 B
Plaintext

From f8c3c383ba24a35465353a6d811e78e2fa4612f5 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Sat, 23 Aug 2014 11:59:31 +0200
Subject: Remove os/haiku from "dist" as this makes make install fail.
diff --git a/libusb/Makefile.am b/libusb/Makefile.am
index 45c605c..6aaf608 100644
--- a/libusb/Makefile.am
+++ b/libusb/Makefile.am
@@ -12,7 +12,7 @@ NETBSD_USB_SRC = os/netbsd_usb.c
WINDOWS_USB_SRC = os/poll_windows.c os/windows_usb.c libusb-1.0.rc libusb-1.0.def
WINCE_USB_SRC = os/wince_usb.c os/wince_usb.h
-dist_data_DATA = os/haiku
+#dist_data_DATA = os/haiku
DIST_SUBDIRS =
EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN_USB_SRC) $(OPENBSD_USB_SRC) \
--
1.8.3.4