Forgot to commit spec file.
authordcarbery
Fri, 10 Aug 2007 15:50:00 +0000
changeset 10298 8c04482c369c
parent 10297 31c3892fa8bb
child 10299 d2939ee6f8e5
Forgot to commit spec file.
SUNWgnome-crash-report.spec
--- a/SUNWgnome-crash-report.spec	Fri Aug 10 14:47:31 2007 +0000
+++ b/SUNWgnome-crash-report.spec	Fri Aug 10 15:50:00 2007 +0000
@@ -62,10 +62,12 @@
 gzcat %SOURCE0 | tar xf -
 
 %build
-export CC=/usr/sfw/bin/gcc
-export CXX=/usr/sfw/bin/g++
-export CFLAGS="%gcc_optflags -I%{_includedir} -I/usr/sfw/include/c++/3.4.3"
-export CXXFLAGS="%gcc_cxx_optflags -I%{_includedir} -I/usr/sfw/include/c++/3.4.3"
+# Uncomment these 4 lines when building 2.19.0.
+#export CC=/usr/sfw/bin/gcc
+#export CXX=/usr/sfw/bin/g++
+#export CFLAGS="%gcc_optflags -I%{_includedir} -I/usr/sfw/include/c++/3.4.3"
+#export CXXFLAGS="%gcc_cxx_optflags -I%{_includedir} -I/usr/sfw/include/c++/3.4.3"
+export CFLAGS="%optflags -I%{_includedir}"
 export PKG_CONFIG_PATH=%{_pkg_config_path}
 export MSGFMT="/usr/bin/msgfmt"
 export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
@@ -155,6 +157,8 @@
 %endif
 
 %changelog
+* Fri Aug 10 2007 - [email protected]
+- Unbump to 2.18.1 so that it builds.
 * Thu Aug 09 2007 - [email protected]
 - Change to use gcc.
 * Tue Apr 24 2007 - [email protected]