openbsd-ports/databases/p5-DBD-SQLite/patches/patch-Makefile_PL

13 lines
585 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/04/08 21:02:33 wilfried Exp $
--- Makefile.PL.orig 2004-01-06 09:07:49.000000000 +0100
+++ Makefile.PL 2004-04-08 22:30:09.000000000 +0200
@@ -13,7 +13,7 @@ WriteMakefile(
'PREREQ_PM' => {DBI => 1.21}, # e.g., Module::Name => 1.1
'OBJECT' => '$(O_FILES)',
'INC' => '-I$(DBI_INSTARCH_DIR)',
- 'OPTIMIZE' => "-O6 -DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}",
+ 'OPTIMIZE' => "-O2 -DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}",
'clean' => { FILES => 'SQLite.xsi config.h' },
);