rpms/gauche-gl/devel Gauche-gl-0.4.3-cflags.patch, NONE, 1.1 gauche-gl.spec, 1.5, 1.6

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Thu Feb 22 17:09:05 UTC 2007


Author: gemi

Update of /cvs/extras/rpms/gauche-gl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20795

Modified Files:
	gauche-gl.spec 
Added Files:
	Gauche-gl-0.4.3-cflags.patch 
Log Message:
added opt flags patch

Gauche-gl-0.4.3-cflags.patch:

--- NEW FILE Gauche-gl-0.4.3-cflags.patch ---
--- Gauche-gl-0.4.3/src/Makefile.in~	2005-11-06 07:50:41.000000000 +0200
+++ Gauche-gl-0.4.3/src/Makefile.in	2007-02-11 11:05:55.000000000 +0200
@@ -17,7 +17,7 @@
 # These are set by configure
 # NB: cc and various flags must match the ones used to compile Gauche,
 # so the make invocator shouldn't casually override them.
-CFLAGS   = @DEFS@ @X_CFLAGS@ @GLUT_INCDIR@
+CFLAGS   = @DEFS@ @CFLAGS@ @X_CFLAGS@ @GLUT_INCDIR@
 LDFLAGS  = @LDFLAGS@
 OBJEXT   = @OBJEXT@
 SOEXT    = @SOEXT@


Index: gauche-gl.spec
===================================================================
RCS file: /cvs/extras/rpms/gauche-gl/devel/gauche-gl.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gauche-gl.spec	18 Jan 2007 18:28:22 -0000	1.5
+++ gauche-gl.spec	22 Feb 2007 17:08:32 -0000	1.6
@@ -8,16 +8,17 @@
 Group:          Development/Languages
 License:        BSD
 URL:            http://www.shiro.dreamhost.com/scheme/gauche
-Source:		http://download.sourceforge.net/gauche/Gauche-gl-0.4.3.tgz
-Patch0:		Gauche-gl-fix.patch
+Source:         http://download.sourceforge.net/gauche/Gauche-gl-0.4.3.tgz
+Patch0:         Gauche-gl-fix.patch
+Patch1:         Gauche-gl-0.4.3-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: 	gauche-devel = %{gauche_version}
-BuildRequires:	freeglut-devel
-BuildRequires:	libSM-devel
-BuildRequires:	libXext-devel
-BuildRequires:	libXi-devel
-BuildRequires:	libXmu-devel
-BuildRequires:	texinfo
+BuildRequires:  freeglut-devel
+BuildRequires:  libSM-devel
+BuildRequires:  libXext-devel
+BuildRequires:  libXi-devel
+BuildRequires:  libXmu-devel
+BuildRequires:  texinfo
 Requires:       gauche = %{gauche_version}
 Requires(post):	/sbin/install-info
 Requires(preun): /sbin/install-info
@@ -30,6 +31,7 @@
 %prep
 %setup -q -n Gauche-gl-%{version}
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -80,6 +82,9 @@
 
 
 %changelog
+* Thu Feb 22 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.4.3-2
+- added patch for compiling with opt flags
+
 * Thu Jan 18 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.4.3-1
 - new version 0.4.3
 




More information about the scm-commits mailing list