pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

occt: Fix build on netbsd-10 with gcc 10.5



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Fri Dec 27 16:32:33 2024 +1100
Changeset:	9f0f6852d821a496010e331463e9e9ed0ea4745d

Modified Files:
	occt/Makefile

Log Message:
occt: Fix build on netbsd-10 with gcc 10.5

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f0f6852d821a496010e331463e9e9ed0ea4745d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 occt/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/occt/Makefile b/occt/Makefile
index 680b4e1630..f79e73c1d5 100644
--- a/occt/Makefile
+++ b/occt/Makefile
@@ -25,6 +25,7 @@ CMAKE_CONFIGURE_ARGS+=	-DBUILD_DOC_Overview=OFF
 
 REPLACE_BASH+=	adm/templates/draw.sh
 
+CXXFLAGS+=			-fpermissive
 CXXFLAGS.SunOS+=		-DSOLARIS=1
 LDFLAGS.SunOS+=			-lnsl
 BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl


Home | Main Index | Thread Index | Old Index