Date: Thu, 06 Jun 2024 14:23:34 +0000 From: bugzilla-noreply@freebsd.org To: usb@FreeBSD.org Subject: [Bug 194752] libusb-0.1.pc should be libusb.pc for compatibility Message-ID: <bug-194752-19105-BGRtyUOCMI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194752-19105@https.bugs.freebsd.org/bugzilla/> References: <bug-194752-19105@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194752 --- Comment #1 from Ed Maste <emaste@freebsd.org> --- In fact we have: lib/libusb/libusb-0.1.pc.in lib/libusb/libusb-1.0.pc.in lib/libusb/libusb-2.0.pc.in These are identical except for the reported versions (0.1.0, 1.0.13, 2.0.0)= and are handled identically via lib/libusb/Makefile: PCFILES=3D libusb-0.1.pc libusb-1.0.pc libusb-2.0.pc .for pcfile in ${PCFILES} ${pcfile}: ${pcfile}.in sed -e 's,@libdir@,${LIBDIR},g ; s,@sharedlibdir@,${SHLIBDIR},g ; \ s,@includedir@,${INCLUDEDIR},g ;' ${.ALLSRC} > ${.TARGET} .endfor --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194752-19105-BGRtyUOCMI>