freebsd-ports/audio/mpiosh/files/patch-mpiosh-Makefile.in
Pav Lucistnik fa1c47989b - Update to 0.7.1 pre2
This uses libusb for accesing a device, kernel module is no longer needed.

PR:		ports/67410
Submitted by:	Sergey Akifyev <asa@gascom.ru> (maintainer)
2004-05-31 12:20:13 +00:00

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@