summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-05-11 02:28:06 +0000
committerNed Ludd <solar@gentoo.org>2008-05-11 02:28:06 +0000
commitdfe89ba5083191310d1daed3ccc29209ee291b8b (patch)
tree5c7e218cfdc6db47a5208db0988482d558a5f8c7 /dev-libs/libusb/files
parent- cross compile fix (diff)
downloadhistorical-dfe89ba5083191310d1daed3ccc29209ee291b8b.tar.gz
historical-dfe89ba5083191310d1daed3ccc29209ee291b8b.tar.bz2
historical-dfe89ba5083191310d1daed3ccc29209ee291b8b.zip
- snag cross compile fix from buildroot
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-libs/libusb/files')
-rw-r--r--dev-libs/libusb/files/libusb-0.1.12-nocpp.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/libusb/files/libusb-0.1.12-nocpp.patch b/dev-libs/libusb/files/libusb-0.1.12-nocpp.patch
new file mode 100644
index 000000000000..de1a8c7db6fd
--- /dev/null
+++ b/dev-libs/libusb/files/libusb-0.1.12-nocpp.patch
@@ -0,0 +1,20 @@
+--- libusb-0.1.12/Makefile.am 2006-03-04 13:52:46.000000000 +1100
++++ libusb-0.1.12/Makefile.am.new 2007-11-08 16:25:38.000000000 +1100
+@@ -4,7 +4,7 @@
+ # gnu strictness chokes on README being autogenerated
+ AUTOMAKE_OPTIONS = 1.4 foreign
+
+-SUBDIRS = . tests doc
++SUBDIRS = . doc
+
+ AM_CFLAGS = -Werror
+
+@@ -19,7 +19,7 @@
+ apidocs/footer.html apidocs/doxygen.css apidocs/doxygen.png libusb.pc.in
+ EXTRA_libusb_la_SOURCE = linux.c linux.h bsd.c darwin.c
+
+-lib_LTLIBRARIES = libusb.la libusbpp.la
++lib_LTLIBRARIES = libusb.la
+
+ pkgconfig_DATA = libusb.pc
+