proj: SunOS needs -fpermissive.

This commit is contained in:
jperkin 2022-12-01 11:28:10 +00:00
parent cf6cca044e
commit 9d7b3700a0

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2022/11/27 13:55:49 gdt Exp $
# $NetBSD: Makefile,v 1.32 2022/12/01 11:28:10 jperkin Exp $
# An update to 8 or 9 is on hold because I have not yet assessed how
# much trouble it will cause. -gdt
@ -36,6 +36,8 @@ GNU_CONFIGURE= yes
CFLAGS+= -DHAVE_C99_MATH=0
.endif
CXXFLAGS.SunOS+= -fpermissive
TEST_TARGET= check
.include "../../databases/sqlite3/buildlink3.mk"