Page MenuHomeFreeBSD

cad/lepton-eda: respect CFLAGS
ClosedPublic

Authored by pkubaj on Aug 2 2019, 10:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 8, 8:05 AM
Unknown Object (File)
Mon, May 4, 5:17 PM
Unknown Object (File)
Tue, Apr 28, 10:53 AM
Unknown Object (File)
Tue, Apr 28, 3:43 AM
Unknown Object (File)
Tue, Apr 21, 10:01 PM
Unknown Object (File)
Sun, Apr 19, 8:22 PM
Unknown Object (File)
Apr 15 2026, 9:26 AM
Unknown Object (File)
Apr 4 2026, 10:16 AM
Subscribers
None

Details

Summary

Building with base GCC fails with:
cc1: error: -Wuninitialized is not supported without -O

But this port should use the default -O2. Fix this with attached patch.

PR: 239311

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tcberner added inline comments.
cad/lepton-eda/files/patch-cli_Makefile.am
8 โ†—(On Diff #60402)

^ CLAGS oO

This revision is now accepted and ready to land.Aug 4 2019, 5:53 PM
pkubaj added inline comments.
cad/lepton-eda/files/patch-cli_Makefile.am
8 โ†—(On Diff #60402)

Both CAIRO_PDF_CLAGS and CAIRO_PDF_CFLAGS don't seem to be used anywhere in the source code, so I will just leave it as is.

This revision was automatically updated to reflect the committed changes.