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)
Mon, Mar 3, 3:01 AM
Unknown Object (File)
Sat, Feb 22, 3:01 PM
Unknown Object (File)
Mon, Feb 17, 1:50 AM
Unknown Object (File)
Sun, Feb 16, 8:03 PM
Unknown Object (File)
Tue, Feb 11, 1:53 AM
Unknown Object (File)
Jan 18 2025, 5:35 AM
Unknown Object (File)
Jan 18 2025, 12:03 AM
Unknown Object (File)
Jan 13 2025, 10:37 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25651
Build 24244: arc lint + arc unit

Event Timeline

tcberner added inline comments.
cad/lepton-eda/files/patch-cli_Makefile.am
8

^ 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

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.