pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opencascade: Try to fix missing alloca()
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Jul 5 05:05:49 2016 +0200
Changeset: 40709960d1a91a768c756865f148e3cc5227b285
Modified Files:
opencascade/Makefile
Log Message:
opencascade: Try to fix missing alloca()
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=40709960d1a91a768c756865f148e3cc5227b285
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opencascade/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/opencascade/Makefile b/opencascade/Makefile
index 4f0ea96..ba7fd66 100644
--- a/opencascade/Makefile
+++ b/opencascade/Makefile
@@ -21,7 +21,8 @@ REPLACE_BASH+= adm/templates/*
REPLACE_BASH+= samples/qt/IESample/*
REPLACE_BASH+= *
-BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl
+BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl
+BUILDLINK_TRANSFORM+= opt:-std=c++0x:-std=gnu++11
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index