HomeFreeBSD

graphics/shotwell: unbreak after 843c31724a

Description

graphics/shotwell: unbreak after 843c31724a

vala 0.48.23 misorders variable and constant declarations and puts the
definition of DEFAULT_SCALE after it's (only) use:

src/shotwell.p/dialogs/ExportDialog.c:146:43: error: use of undeclared identifier 'EXPORT_DIALOG_DEFAULT_SCALE'
static gint export_dialog_current_scale = EXPORT_DIALOG_DEFAULT_SCALE;

As a workaround, just insert the constant directly.

Details

Provenance
cmtAuthored on Mar 24 2022, 10:38 AM
Parents
R11:b89f1874147d: security/libretls: upgrade to 3.5.1
Branches
Unknown
Tags
Unknown