pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ogre



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 16 09:44:04 UTC 2023

Modified Files:
        pkgsrc/devel/ogre: Makefile

Log Message:
ogre: Convert to using FORCE_CXX_STD


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/ogre/Makefile

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

Modified files:

Index: pkgsrc/devel/ogre/Makefile
diff -u pkgsrc/devel/ogre/Makefile:1.54 pkgsrc/devel/ogre/Makefile:1.55
--- pkgsrc/devel/ogre/Makefile:1.54     Sun Nov 12 13:21:08 2023
+++ pkgsrc/devel/ogre/Makefile  Thu Nov 16 09:44:03 2023
@@ -1,4 +1,4 @@
-# $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 $
 
 DISTNAME=      ogre-1.12.11
 PKGREVISION=   3
@@ -14,10 +14,12 @@ LICENSE=    gnu-lgpl-v2.1
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
-USE_LANGUAGES+=        gnu++11 # uses alloca()
 
 USE_CXX_FEATURES+=     c++11 put_time
 
+# Uses alloca(3)
+FORCE_CXX_STD=         gnu++11
+
 # Unsupported on some pkgsrc platforms (e.g. NetBSD).
 # It attempts to enable them solely based on the compiler version, which
 # doesn't work, and does not include good fallback.



Home | Main Index | Thread Index | Old Index