svn commit: r203842 - stable/8/share/mk
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 13 17:48:52 UTC 2010
Author: antoine
Date: Sat Feb 13 17:48:52 2010
New Revision: 203842
URL: http://svn.freebsd.org/changeset/base/203842
Log:
Merge r201920 to stable/8:
libusb20 was renamed libusb several months ago.
Modified:
stable/8/share/mk/bsd.libnames.mk
Directory Properties:
stable/8/share/mk/ (props changed)
Modified: stable/8/share/mk/bsd.libnames.mk
==============================================================================
--- stable/8/share/mk/bsd.libnames.mk Sat Feb 13 17:41:22 2010 (r203841)
+++ stable/8/share/mk/bsd.libnames.mk Sat Feb 13 17:48:52 2010 (r203842)
@@ -150,7 +150,7 @@ LIBUFS?= ${DESTDIR}${LIBDIR}/libufs.a
LIBUGIDFW?= ${DESTDIR}${LIBDIR}/libugidfw.a
LIBUMEM?= ${DESTDIR}${LIBDIR}/libumem.a
LIBUSBHID?= ${DESTDIR}${LIBDIR}/libusbhid.a
-LIBUSB20?= ${DESTDIR}${LIBDIR}/libusb20.a
+LIBUSB?= ${DESTDIR}${LIBDIR}/libusb.a
LIBUTIL?= ${DESTDIR}${LIBDIR}/libutil.a
LIBUUTIL?= ${DESTDIR}${LIBDIR}/libuutil.a
LIBVGL?= ${DESTDIR}${LIBDIR}/libvgl.a
More information about the svn-src-all
mailing list