0bea98084f
- remove USE_GROFF - update patches from David Hill, ok kevlo@ (maintainer)
13 lines
587 B
Plaintext
13 lines
587 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.3 2013/03/06 07:28:02 benoit Exp $
|
|
--- Makefile.PL.orig Sun Dec 9 16:18:58 2012
|
|
+++ Makefile.PL Sat Mar 2 19:29:45 2013
|
|
@@ -13,8 +13,6 @@ WriteMakefile(
|
|
'LIBS' => [''], # e.g., '-lm'
|
|
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
|
|
'INC' => '', # e.g., '-I/usr/include/other'
|
|
-# 'OPTIMIZE' => '-g', # e.g., '-I/usr/include/other'
|
|
- 'OPTIMIZE' => '-O3', # e.g., '-I/usr/include/other'
|
|
clean => { FILES => '_Inline' },
|
|
META_MERGE => {
|
|
resources => {
|