diff options
Diffstat (limited to 'dev-perl/Acme-Damn/files/Acme-Damn-respect-cflags.patch')
-rw-r--r-- | dev-perl/Acme-Damn/files/Acme-Damn-respect-cflags.patch | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 000000000000..1324e8bd63f2 --- /dev/null +++ b/dev-perl/Acme-Damn/files/Acme-Damn-respect-cflags.patch @@ -0,0 +1,10 @@ +--- 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)' + ); |