]> git.pld-linux.org Git - packages/OpenSceneGraph.git/commitdiff
- fix build on x32 auto/th/OpenSceneGraph-3.3.2-3
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 2 Oct 2015 20:30:42 +0000 (22:30 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 2 Oct 2015 20:30:42 +0000 (22:30 +0200)
- rel 3

OpenSceneGraph.spec

index 9f7feda8f8f1522d811a9f99127e884a5f49986b..0653af2d6bdab9de3fadd58190bc04267a0d1afd 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Open Scene Graph - real-time visualization library
 Summary(pl.UTF-8):     Open Scene Graph - biblioteka do wizualizacji
 Name:          OpenSceneGraph
 Version:       3.3.2
-Release:       2
+Release:       3
 License:       OpenSceneGraph Public Licence (based on LGPL with exceptions)
 Group:         X11/Libraries
 Source0:       http://www.openscenegraph.org/downloads/developer_releases/%{name}-%{version}.zip
@@ -86,6 +86,9 @@ install -d build
 cd build
 %cmake \
        -DDESIRED_QT_VERSION=4 \
+%ifarch x32
+       -DLIB_POSTFIX=x32 \
+%endif
        ../
 %{__make}
 
This page took 0.200966 seconds and 4 git commands to generate.