diff options
author | 2018-04-17 09:48:31 +0200 | |
---|---|---|
committer | 2018-04-17 13:58:37 +0200 | |
commit | e1213a9cec980fc5683765fb974e9e42ff26d529 (patch) | |
tree | f0c56f1d441c9cdc75d466d1399a1dbe0288caf5 /dev-perl/Acme-Damn | |
parent | media-sound/playerctl: bump to 0.6.0 (diff) | |
download | gentoo-e1213a9cec980fc5683765fb974e9e42ff26d529.tar.gz gentoo-e1213a9cec980fc5683765fb974e9e42ff26d529.tar.bz2 gentoo-e1213a9cec980fc5683765fb974e9e42ff26d529.zip |
dev-perl/Acme-Damn: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/8037
Diffstat (limited to 'dev-perl/Acme-Damn')
-rw-r--r-- | dev-perl/Acme-Damn/files/Acme-Damn-respect-cflags.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-perl/Acme-Damn/files/Acme-Damn-respect-cflags.patch b/dev-perl/Acme-Damn/files/Acme-Damn-respect-cflags.patch deleted file mode 100644 index 1324e8bd63f2..000000000000 --- a/dev-perl/Acme-Damn/files/Acme-Damn-respect-cflags.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.PL.orig 2013-07-13 15:39:13.091479998 +0400 -+++ Makefile.PL 2013-07-13 15:39:45.418479431 +0400 -@@ -18,5 +18,6 @@ - ( AUTHOR => 'Ian Brayshaw <ian@onemore.org>') : ()) , - 'LIBS' => [''] , - 'DEFINE' => '' , -- 'INC' => '-I.' -+ 'INC' => '-I.' , -+ 'OPTIMIZE' => '$(CFLAGS)' - ); |