Author: pluto Date: Tue Apr 25 20:43:48 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial c++ fixes. doesn't build on x86-64 due to -fPIC missing.
---- Files affected: SPECS: innovation3d.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/innovation3d.spec diff -u SPECS/innovation3d.spec:1.8 SPECS/innovation3d.spec:1.9 --- SPECS/innovation3d.spec:1.8 Fri Apr 21 21:28:13 2006 +++ SPECS/innovation3d.spec Tue Apr 25 22:43:43 2006 @@ -9,6 +9,7 @@ Source0: http://dl.sourceforge.net/innovation3d/%{name}_%{version}.orig.tar.gz # Source0-md5: 815996383f11b2bf79c82252fba04654 Patch0: http://dl.sourceforge.net/innovation3d/%{name}_0.66.1-2.diff.gz +Patch1: %{name}-gcc4.patch URL: http://innovation3d.sourceforge.net/ BuildRequires: glut-devel BuildRequires: libtiff-devel @@ -17,6 +18,8 @@ BuildRequires: xorg-lib-libXmu-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define specflags -ffriend-injection + %description Innovation3D is an Open Source, 3-dimensional modeling program developed for Linux. @@ -38,6 +41,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure \ @@ -88,9 +92,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/04/25 20:43:43 pluto +- initial c++ fixes. doesn't build on x86-64 due to -fPIC missing. + Revision 1.8 2006/04/21 19:28:13 pluto - kill usless bconds, more explicit configure params, - python [EMAIL PROTECTED] nfy, working... + python [EMAIL PROTECTED] nfy, working... Revision 1.7 2006/04/19 07:28:41 cieciwa - added bcond for TH ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/innovation3d.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
