mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
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)
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
--- 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@
|