Skip to content

Commit 7e57155

Browse files
committed
gcr: Fix build on NetBSD with gcc14
1 parent b02bad1 commit 7e57155

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

security/gcr/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ USE_TOOLS+= gdbus-codegen intltool msgfmt perl pkg-config readlink
1818
TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gck
1919
TEST_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/output/gck
2020

21+
CPPFLAGS.NetBSD+= -D_NETBSD_SOURCE # timegm
2122
CPPFLAGS.SunOS+= -D__EXTENSIONS__
2223
LDFLAGS.SunOS+= -lsocket
2324

0 commit comments

Comments
 (0)