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:   he
Date:           Thu Mar  9 11:17:34 UTC 2023

Modified Files:
        pkgsrc/devel/ogre: Makefile

Log Message:
ogre: add gnu++11 to USE_LANGUAGES, due to alloca() usage.

Sadly, this doesn't fix the macppc build problems for this
package, because the next one is "no -lGLESv2 library found",
which is a lot harder to tackle.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/devel/ogre/Makefile:1.49
--- pkgsrc/devel/ogre/Makefile:1.48     Sun Jan 29 21:15:49 2023
+++ pkgsrc/devel/ogre/Makefile  Thu Mar  9 11:17:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2023/01/29 21:15:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2023/03/09 11:17:34 he Exp $
 
 DISTNAME=      ogre-1.12.11
 PKGREVISION=   1
@@ -14,6 +14,7 @@ LICENSE=      gnu-lgpl-v2.1
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
+USE_LANGUAGES+=        gnu++11 # uses alloca()
 
 GCC_REQD+=     4.7 # C++11
 



Home | Main Index | Thread Index | Old Index