Perl no longer includes from . by default
This commit is contained in:
parent
fb2f9e6d7a
commit
fb9d0f5f9c
2 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/11/03 23:54:23 agc Exp $
|
||||
$NetBSD: distinfo,v 1.4 2020/04/20 00:41:43 joerg Exp $
|
||||
|
||||
SHA1 (dvb-apps/148ede2a6809.tar.gz) = 1d7b7713cce5a2a1db4a5639789140b5c3ba272f
|
||||
RMD160 (dvb-apps/148ede2a6809.tar.gz) = b024e3fa143d4b89ce842aeb799217f48c0df58a
|
||||
|
@ -87,6 +87,7 @@ SHA1 (patch-lib_libucsi_section.h) = 07478dd172f576a31185fc6dda871a55885d796f
|
|||
SHA1 (patch-util_atsc__epg_Makefile) = f07b266b5fae463662fc1edda0893cf932657b84
|
||||
SHA1 (patch-util_dvbdate_Makefile) = 9c6bbc5554418d5f414d2bb30c077e556f143c4a
|
||||
SHA1 (patch-util_dvbdate_dvbdate.c) = e8a855866c52de845ac7daf3c7c22280bb710a22
|
||||
SHA1 (patch-util_scan_Makefile) = 6a02d740d0a38e6b308140cc9154ee39e19039d7
|
||||
SHA1 (patch-util_scan_diseqc.c) = 048e7e3dac5e8f096e926bdb971257f263f8cd01
|
||||
SHA1 (patch-util_scan_diseqc.h) = 2dc00e508282fd7fc73e0b94556eff7bbd54332b
|
||||
SHA1 (patch-util_scan_dump-vdr.c) = 82f89c3a687744632d59df53d788df92c4d678f3
|
||||
|
|
15
multimedia/dvb-apps/patches/patch-util_scan_Makefile
Normal file
15
multimedia/dvb-apps/patches/patch-util_scan_Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-util_scan_Makefile,v 1.1 2020/04/20 00:41:43 joerg Exp $
|
||||
|
||||
perl doesn't look in the current directory anymore by default.
|
||||
|
||||
--- util/scan/Makefile.orig 2020-04-19 16:33:46.440330626 +0000
|
||||
+++ util/scan/Makefile
|
||||
@@ -25,7 +25,7 @@ $(binaries): $(objects)
|
||||
$(objects): atsc_psip_section.c atsc_psip_section.h
|
||||
|
||||
atsc_psip_section.c atsc_psip_section.h:
|
||||
- perl section_generate.pl atsc_psip_section.pl
|
||||
+ perl -I. section_generate.pl atsc_psip_section.pl
|
||||
|
||||
include ../../Make.rules
|
||||
|
Loading…
Reference in a new issue