do not build with -O3 flag

This commit is contained in:
steven 2006-01-07 10:56:11 +00:00
parent 13b153cfd2
commit 0508ff9f90
2 changed files with 14 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2005/06/10 06:11:58 kevlo Exp $
# $OpenBSD: Makefile,v 1.4 2006/01/07 10:56:11 steven Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
SHARED_ONLY= Yes
COMMENT= "recursively copy Perl datatypes"
DISTNAME= Clone-0.18
PKGNAME= p5-${DISTNAME}
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Makefile_PL,v 1.1 2006/01/07 10:56:11 steven Exp $
--- Makefile.PL.orig Sat Jan 7 11:52:01 2006
+++ Makefile.PL Sat Jan 7 11:52:05 2006
@@ -8,7 +8,5 @@ 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'
);