freebsd-ports/devel/p5-Device-USB/files/patch-Makefile.PL
Sunpoet Po-Chuan Hsieh 2621812bdf - Update *_DEPENDS
- Add LICENSE [1]
- Fix build with newer Inline::MakeMaker [2]
- Bump PORTREVISION for dependency change
- While I'm here, add tweak to build dump_usb.pl and its manpage

Approved by:	portmgr (implicit) [1]
Obtained from:	Tim Retout <diocles@debian.org> [2]
With hat:	perl
2015-01-03 07:11:20 +00:00

14 lines
356 B
Perl

--- Makefile.PL.orig 2010-03-21 23:29:00.000000000 +0800
--- Makefile.PL 2015-01-03 03:18:10.000000000 +0800
@@ -2,6 +2,11 @@
use warnings;
use Inline::MakeMaker;
+sub MY::libscan {
+ return if ($_[1] eq 'USB.pm' or $_[1] eq 'lib/Device/dump_usb.pl');
+ return $_[1];
+}
+
if($^O eq 'MSWin32')
{
if(!$ENV{LIBUSB_LIBDIR} or !$ENV{LIBUSB_INCDIR})