pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

canu: Fully respect pkgsrc compile flags



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jan 4 11:41:44 2019 -0600
Changeset:	aee8dc9d026eaea112fb7d36a501d66b20d4d439

Modified Files:
	canu/Makefile

Log Message:
canu: Fully respect pkgsrc compile flags

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aee8dc9d026eaea112fb7d36a501d66b20d4d439

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 canu/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/canu/Makefile b/canu/Makefile
index 8716e063ed..4358e641c2 100644
--- a/canu/Makefile
+++ b/canu/Makefile
@@ -16,9 +16,12 @@ DEPENDS=	gnuplot>0:../../graphics/gnuplot
 # Makefile compiles directly into ${DESTDIR}${PREFIX}
 SUBST_CLASSES+=		optimize
 SUBST_STAGE.optimize=	pre-configure
-SUBST_SED.optimize+=	-e 's|-O4|-O2|g'
+SUBST_SED.optimize=	-e 's|-g3||g'
+SUBST_SED.optimize+=	-e 's|-O3||g'
+SUBST_SED.optimize+=	-e 's|-O4||g'
 SUBST_SED.optimize+=	-e 's|-funroll-loops||g'
 SUBST_SED.optimize+=	-e 's|-fexpensive-optimizations||g'
+SUBST_SED.optimize+=	-e 's|-finline-functions||g'
 SUBST_FILES.optimize+=	${WRKSRC}/Makefile
 
 SUBST_CLASSES+=		jar


Home | Main Index | Thread Index | Old Index