rpms/openal/FC-4 openal-arch.patch,NONE,1.1 openal.spec,1.11,1.12

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Jan 30 21:48:31 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/openal/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1165

Modified Files:
	openal.spec 
Added Files:
	openal-arch.patch 
Log Message:
- add arch patch from Jochen Schmitt


openal-arch.patch:

--- NEW FILE openal-arch.patch ---
--- openal-0.0.8/src/Makefile.in.org	2006-01-30 17:52:29.000000000 +0100
+++ openal-0.0.8/src/Makefile.in	2006-01-30 17:53:40.000000000 +0100
@@ -327,7 +327,7 @@
 
 
 # Add compiler flags.
-libopenal_la_CFLAGS = $(WARNINGCFLAGS) $(OPTIMIZATIONCFLAGS) $(FEATURECFLAGS)
+libopenal_la_CFLAGS = $(WARNINGCFLAGS) $(OPTIMIZATIONCFLAGS) $(FEATURECFLAGS) $(ARCH_INCLUDES)
 
 # The -no-undefined flag is neccessary for building DLLs on Windows.
 libopenal_la_LDFLAGS = -no-undefined $(PROFILINGLDFLAGS)


Index: openal.spec
===================================================================
RCS file: /cvs/extras/rpms/openal/FC-4/openal.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openal.spec	20 Jan 2006 08:23:19 -0000	1.11
+++ openal.spec	30 Jan 2006 21:48:30 -0000	1.12
@@ -8,6 +8,7 @@
 URL:            http://www.openal.org/
 Source0:        http://www.openal.org/openal_webstf/downloads/openal-0.0.8.tar.gz
 Source1:        openalrc
+Patch0:         openal-arch.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  alsa-lib-devel
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --enable-arts                   \




More information about the fedora-extras-commits mailing list