openbsd-ports/x11/ogre/patches/patch-CMake_ConfigureBuild_cmake
pascal 96d6effffe OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier and
more intuitive for developers to produce applications utilising
hardware-accelerated 3D graphics. The class library abstracts all
the details of using the underlying system libraries like Direct3D
and OpenGL and provides an interface based on world objects and
other intuitive classes.

lots of feedback & macppc testing mpi@, also tested by kirby@ and Antti Harri.

ok kirby@
2012-03-18 14:31:00 +00:00

13 lines
548 B
Plaintext

$OpenBSD: patch-CMake_ConfigureBuild_cmake,v 1.1.1.1 2012/03/18 14:31:00 pascal Exp $
--- CMake/ConfigureBuild.cmake.orig Mon Dec 26 16:10:49 2011
+++ CMake/ConfigureBuild.cmake Mon Dec 26 16:10:57 2011
@@ -168,7 +168,7 @@ if (UNIX)
set(OGRE_PREFIX_PATH ${CMAKE_INSTALL_PREFIX})
if (OGRE_CONFIG_THREADS GREATER 0)
set(OGRE_CFLAGS "-pthread")
- set(OGRE_ADDITIONAL_LIBS "${OGRE_ADDITIONAL_LIBS} -lpthread")
+ set(OGRE_ADDITIONAL_LIBS "${OGRE_ADDITIONAL_LIBS} -pthread")
endif ()
if (OGRE_STATIC)
if (OGRE_CONFIG_THREADS)