commit 564f3b9ed2ed26007ac4fa756d193e74f2ab2f52
Author: Jan Rękorajski <[email protected]>
Date: Fri Oct 2 22:30:42 2015 +0200
- fix build on x32
- rel 3
OpenSceneGraph.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/OpenSceneGraph.spec b/OpenSceneGraph.spec
index 9f7feda..0653af2 100644
--- a/OpenSceneGraph.spec
+++ b/OpenSceneGraph.spec
@@ -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}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/OpenSceneGraph.git/commitdiff/564f3b9ed2ed26007ac4fa756d193e74f2ab2f52
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit