summaryrefslogtreecommitdiff
path: root/graphics/p5-GIFgraph/patches/patch-Makefile.PL
blob: e4ed2bd95d8024f58e926a04e28bfea204ef569c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:43:16 ryoon Exp $

* Fix build with Perl 5.26.0

--- Makefile.PL.orig	1999-12-30 04:13:34.000000000 +0000
+++ Makefile.PL
@@ -3,5 +3,6 @@
  
 #--- Distribution section ---
-
+use FindBin;
+use lib $FindBin::Bin;
 use ExtUtils::MakeMaker;