Subject: CVS commit: pkgsrc/graphics/freetype2
From: Greg Troxel
Date: 2023-05-05 19:28:49
Message id: 20230505172849.987A8FA87@cvs.NetBSD.org

Log Message:
graphics/freetype2: Work around clang complaining

clang 10 (apple) objects to a fallthrough macro without a statement.
It's really not clear if the fallthrough macro (attribute) is valid,
or just a gcc extension, or if the compiler is right to object to a
lack of statement.  Just add "0;" to not change behavior and avoid the
rabbit hole.

Files:
RevisionActionfile
1.131modifypkgsrc/graphics/freetype2/Makefile
1.76modifypkgsrc/graphics/freetype2/distinfo
1.1addpkgsrc/graphics/freetype2/patches/patch-src_sfnt_pngshim.c