diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-17 15:34:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-17 15:34:53 +0000 |
commit | 11804dcf1721521b45870912445f1ba3be66a62f (patch) | |
tree | 27dd1580d7a59c0eac2782f02432f50f96c7ebfd /community/perl-rt-extension-commandbymail/fix-build.patch | |
parent | 40dba0a540a0f0160e2a1db77c2c238e974c897a (diff) | |
download | aports-11804dcf1721521b45870912445f1ba3be66a62f.tar.bz2 aports-11804dcf1721521b45870912445f1ba3be66a62f.tar.xz |
community/perl-rt-extension-commandbymail: upgrade to 3.00
Diffstat (limited to 'community/perl-rt-extension-commandbymail/fix-build.patch')
-rw-r--r-- | community/perl-rt-extension-commandbymail/fix-build.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/perl-rt-extension-commandbymail/fix-build.patch b/community/perl-rt-extension-commandbymail/fix-build.patch new file mode 100644 index 0000000000..dedb7e40b6 --- /dev/null +++ b/community/perl-rt-extension-commandbymail/fix-build.patch @@ -0,0 +1,9 @@ +diff --git a/Makefile.PL b/Makefile.PL +index 6e3ef4a..e13a94f 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,3 +1,4 @@ ++BEGIN { push @INC, '.'; } + use inc::Module::Install; + + RTx ('RT-Extension-CommandByMail'); |