diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-12-06 05:19:15 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-12-06 08:35:34 +1300 |
commit | abaab0426c6d224d37980dd6d6cf24c9af3e39d6 (patch) | |
tree | 06021c15fdc62ebe1a31ac083eabdf850761c596 /dev-perl/Acme-Damn/files | |
parent | dev-perl/Crypt-SMIME: Bump to version 0.190.0 (diff) | |
download | gentoo-abaab0426c6d224d37980dd6d6cf24c9af3e39d6.tar.gz gentoo-abaab0426c6d224d37980dd6d6cf24c9af3e39d6.tar.bz2 gentoo-abaab0426c6d224d37980dd6d6cf24c9af3e39d6.zip |
dev-perl/Acme-Damn: Bump to version 0.80.0
- EAPI6
- Redo patch
- Parallel Tests
Upstream:
- Perl 5.18+ Compat fixes
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/Acme-Damn/files')
-rw-r--r-- | dev-perl/Acme-Damn/files/Acme-Damn-0.08-respect-cflags.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Acme-Damn/files/Acme-Damn-0.08-respect-cflags.patch b/dev-perl/Acme-Damn/files/Acme-Damn-0.08-respect-cflags.patch new file mode 100644 index 000000000000..96f0c5d89c9d --- /dev/null +++ b/dev-perl/Acme-Damn/files/Acme-Damn-0.08-respect-cflags.patch @@ -0,0 +1,24 @@ +From eaab413d6a3fc448e70c96ff808e48d61c55356f Mon Sep 17 00:00:00 2001 +From: Kent Fredric <kentfredric@gmail.com> +Date: Tue, 6 Dec 2016 05:15:12 +1300 +Subject: [PATCH] Enable CFLAGS optimizations + +--- + Makefile.PL | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/Makefile.PL b/Makefile.PL +index a26cf1c..4407861 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -27,6 +27,7 @@ WriteMakefile1( + }, + 'LIBS' => [''] , + 'DEFINE' => '' , ++ 'OPTIMIZE' => '$(CFLAGS)' , + 'INC' => '-I.' + ); + +-- +2.11.0.rc2 + |