openbsd-ports/x11/ogre/patches/patch-OgreMain_CMakeLists_txt
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
583 B
Plaintext

$OpenBSD: patch-OgreMain_CMakeLists_txt,v 1.1.1.1 2012/03/18 14:31:00 pascal Exp $
--- OgreMain/CMakeLists.txt.orig Mon Dec 26 16:19:25 2011
+++ OgreMain/CMakeLists.txt Mon Dec 26 16:19:35 2011
@@ -549,7 +549,7 @@ elseif (UNIX)
src/GLX/OgreTimer.cpp
src/OgreSearchOps.cpp
)
- set(PLATFORM_LIBS ${X11_LIBRARIES} ${X11_Xt_LIB} ${XAW_LIBRARY} pthread)
+ set(PLATFORM_LIBS ${X11_LIBRARIES} ${X11_Xt_LIB} ${XAW_LIBRARY})
# some platforms require explicit linking to libdl, see if it's available
find_library(DL_LIBRARY NAMES dl dlsym)
mark_as_advanced(DL_LIBRARY)