rpms/quesa/devel quesa-1.8-cxx.patch,NONE,1.1 quesa.spec,1.2,1.3

Adam Jackson ajax at fedoraproject.org
Tue Feb 24 14:53:40 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/quesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10406

Modified Files:
	quesa.spec 
Added Files:
	quesa-1.8-cxx.patch 
Log Message:
* Tue Feb 24 2009 Adam Jackson <ajax at redhat.com> 1.8-2
- quesa-1.8-cxx.patch: Fix FTBFS with new autotools.


quesa-1.8-cxx.patch:

--- NEW FILE quesa-1.8-cxx.patch ---
diff -up quesa-1.8/configure.in.jx quesa-1.8/configure.in
--- quesa-1.8/configure.in.jx	2006-04-24 03:20:40.000000000 -0400
+++ quesa-1.8/configure.in	2009-02-24 09:50:14.000000000 -0500
@@ -7,6 +7,7 @@ AM_MAINTAINER_MODE
 
 dnl Checks for programs.
 AC_PROG_CC
+AC_PROG_CXX
 AC_PROG_LIBTOOL
 AC_PROG_RANLIB
 


Index: quesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/quesa/devel/quesa.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quesa.spec	18 Feb 2008 15:55:47 -0000	1.2
+++ quesa.spec	24 Feb 2009 14:53:10 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           quesa
 Version:        1.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Quesa QuickDraw 3D implementation
 
 Group:          System Environment/Libraries
@@ -14,6 +14,7 @@
 #Requires:       
 
 Patch0: quesa-1.8-excess-libs.patch
+Patch1: quesa-1.8-cxx.patch
 
 %description
 Quesa is a high-level open-source 3D graphics library that offers binary and
@@ -37,6 +38,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .excess-libs
+%patch1 -p1 -b .cxx
 find Source/FileFormats/ -name '*.[ch]' | xargs chmod a-x
 
 %build
@@ -67,6 +69,9 @@
 %{_libdir}/libquesa.so
 
 %changelog
+* Tue Feb 24 2009 Adam Jackson <ajax at redhat.com> 1.8-2
+- quesa-1.8-cxx.patch: Fix FTBFS with new autotools.
+
 * Sat Aug 11 2007 Adam Jackson <ajax at redhat.com> 1.8-1
 - Initial revision.
 




More information about the fedora-extras-commits mailing list