We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d87b6 commit be43566Copy full SHA for be43566
devel/ogre/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.54 2023/11/12 13:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2023/11/16 09:44:03 nia Exp $
2
3
DISTNAME= ogre-1.12.11
4
PKGREVISION= 3
@@ -14,10 +14,12 @@ LICENSE= gnu-lgpl-v2.1
14
USE_CMAKE= yes
15
USE_TOOLS+= pkg-config
16
USE_LANGUAGES= c c++
17
-USE_LANGUAGES+= gnu++11 # uses alloca()
18
19
USE_CXX_FEATURES+= c++11 put_time
20
+# Uses alloca(3)
21
+FORCE_CXX_STD= gnu++11
22
+
23
# Unsupported on some pkgsrc platforms (e.g. NetBSD).
24
# It attempts to enable them solely based on the compiler version, which
25
# doesn't work, and does not include good fallback.
0 commit comments