fa1c47989b
This uses libusb for accesing a device, kernel module is no longer needed. PR: ports/67410 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
11 lines
305 B
Text
11 lines
305 B
Text
--- mpiosh/Makefile.in.orig Mon May 31 09:19:32 2004
|
|
+++ mpiosh/Makefile.in Mon May 31 09:20:36 2004
|
|
@@ -116,7 +116,7 @@
|
|
KERNEL_INCLUDE = @KERNEL_INCLUDE@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -liconv
|
|
LIBTOOL = @LIBTOOL@
|
|
LIBUSB_CONFIG = @LIBUSB_CONFIG@
|
|
LN_S = @LN_S@
|