packages: scummvm/scummvm.spec - BR: libpng-devel - pass more flags
sparky
sparky at pld-linux.org
Sat Feb 6 03:36:01 CET 2010
Author: sparky Date: Sat Feb 6 02:36:00 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- BR: libpng-devel
- pass more flags
---- Files affected:
packages/scummvm:
scummvm.spec (1.55 -> 1.56)
---- Diffs:
================================================================
Index: packages/scummvm/scummvm.spec
diff -u packages/scummvm/scummvm.spec:1.55 packages/scummvm/scummvm.spec:1.56
--- packages/scummvm/scummvm.spec:1.55 Sat Feb 6 03:07:31 2010
+++ packages/scummvm/scummvm.spec Sat Feb 6 03:35:55 2010
@@ -21,6 +21,7 @@
BuildRequires: fluidsynth-devel
%endif
BuildRequires: libmad-devel
+BuildRequires: libpng-devel
BuildRequires: libvorbis-devel
BuildRequires: libmpeg2-devel >= 0.3.2
%ifarch %{ix86}
@@ -409,14 +410,14 @@
%{__make} \
CXX="%{__cxx}" \
- CXXFLAGS="%{rpmcflags} -DDYNAMIC_MODULES -fpic $(wx-gtk2-unicode-config --cppflags)" \
- LDFLAGS="%{rpmldflags}"
+ CXXFLAGS="%{rpmcppflags} %{rpmcflags} -DDYNAMIC_MODULES -fpic $(wx-gtk2-unicode-config --cppflags)" \
+ LDFLAGS="%{rpmcflags} %{rpmldflags}"
cd scummvm-tools-%{version_tools}
%{__make} \
CXX="%{__cxx}" \
- CXXFLAGS="%{rpmcflags} -DUNIX $(wx-gtk2-unicode-config --cppflags)" \
- LDFLAGS="%{rpmldflags} $(wx-gtk2-unicode-config --libs)"
+ CXXFLAGS="%{rpmcppflags} %{rpmcflags} -DUNIX $(wx-gtk2-unicode-config --cppflags)" \
+ LDFLAGS="%{rpmcflags} %{rpmldflags} $(wx-gtk2-unicode-config --libs)"
%install
rm -rf $RPM_BUILD_ROOT
@@ -584,6 +585,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.56 2010/02/06 02:35:55 sparky
+- BR: libpng-devel
+- pass more flags
+
Revision 1.55 2010/02/06 02:07:31 baggins
- 1.0.0 final
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/scummvm/scummvm.spec?r1=1.55&r2=1.56&f=u
More information about the pld-cvs-commit
mailing list