libusb-native: fix build
authorMichael Lauer <mickey@vanille-media.de>
Tue, 3 Jun 2008 15:10:12 +0000 (15:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 3 Jun 2008 15:10:12 +0000 (15:10 +0000)
packages/libusb/files/.mtn2git_empty [new file with mode: 0644]
packages/libusb/files/configure_fix.patch [new file with mode: 0644]
packages/libusb/libusb/.mtn2git_empty [deleted file]
packages/libusb/libusb/configure_fix.patch [deleted file]

diff --git a/packages/libusb/files/.mtn2git_empty b/packages/libusb/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libusb/files/configure_fix.patch b/packages/libusb/files/configure_fix.patch
new file mode 100644 (file)
index 0000000..f01f014
--- /dev/null
@@ -0,0 +1,17 @@
+For some reason libtool 2.2.2 can't cope with this, LT_LANG(C++) works though.
+
+RP - 14/4/08
+
+Index: libusb-0.1.12/configure.in
+===================================================================
+--- libusb-0.1.12.orig/configure.in    2008-04-14 22:08:26.000000000 +0100
++++ libusb-0.1.12/configure.in 2008-04-14 22:09:43.000000000 +0100
+@@ -149,7 +149,7 @@
+ fi
+ # Checks for programs.
+-AC_LANG_CPLUSPLUS
++AC_PROG_CXX
+ AC_PROG_CC
+ AM_PROG_CC_C_O
+ AC_PROG_INSTALL
diff --git a/packages/libusb/libusb/.mtn2git_empty b/packages/libusb/libusb/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/libusb/libusb/configure_fix.patch b/packages/libusb/libusb/configure_fix.patch
deleted file mode 100644 (file)
index f01f014..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-For some reason libtool 2.2.2 can't cope with this, LT_LANG(C++) works though.
-
-RP - 14/4/08
-
-Index: libusb-0.1.12/configure.in
-===================================================================
---- libusb-0.1.12.orig/configure.in    2008-04-14 22:08:26.000000000 +0100
-+++ libusb-0.1.12/configure.in 2008-04-14 22:09:43.000000000 +0100
-@@ -149,7 +149,7 @@
- fi
- # Checks for programs.
--AC_LANG_CPLUSPLUS
-+AC_PROG_CXX
- AC_PROG_CC
- AM_PROG_CC_C_O
- AC_PROG_INSTALL