Page MenuHomeFreeBSD

graphics/gimp-beautify-plugin: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on May 7 2019, 11:13 AM.
Tags
None
Referenced Files
F149603377: D20180.diff
Wed, Mar 25, 1:43 PM
Unknown Object (File)
Tue, Mar 24, 1:10 PM
Unknown Object (File)
Fri, Mar 20, 5:36 AM
Unknown Object (File)
Dec 19 2025, 10:52 PM
Unknown Object (File)
Nov 21 2025, 2:56 PM
Unknown Object (File)
Nov 21 2025, 2:55 PM
Unknown Object (File)
Nov 21 2025, 2:54 PM
Unknown Object (File)
Nov 21 2025, 2:52 PM
Subscribers
None

Details

Summary

Respect CFLAGS and LDFLAGS to fix build when using GCC.

Also add USES=gnome.

Diff Detail

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

Event Timeline

mat added inline comments.
graphics/gimp-beautify-plugin/Makefile
40โ€“42 โ†—(On Diff #57125)

This could probably be written as:

PLIST_FILES=   ${PLUGINS:S,^,${PLUGIN_DIR}/,}

(but I am nitpicking.)

This revision is now accepted and ready to land.May 7 2019, 10:39 PM
This revision was automatically updated to reflect the committed changes.