[splat/f14/master] Buildfile patch

Randall 'Randy' Berry dp67 at fedoraproject.org
Sun Aug 1 22:07:39 UTC 2010


commit eaf3107f9cc0a5369d78ff31c99d107687ea95bc
Author: Randall Berry <randyn3lrx at gmail.com>
Date:   Sun Aug 1 18:07:07 2010 -0400

    Buildfile patch

 splat-1.3.0-build-file.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/splat-1.3.0-build-file.patch b/splat-1.3.0-build-file.patch
new file mode 100644
index 0000000..5c6cb64
--- /dev/null
+++ b/splat-1.3.0-build-file.patch
@@ -0,0 +1,13 @@
+diff -up ./build.orig ./build
+--- ./build.orig	2009-03-14 12:12:35.000000000 -0400
++++ ./build	2010-08-01 17:24:55.589310976 -0400
+@@ -34,7 +34,8 @@ build_splat()
+ 	if [ -r hd-parms.h ]; then
+ 		cp hd-parms.h splat.h
+ 		echo -n "Compiling SPLAT! HD... "
+-		g++ -Wall -O3 -fomit-frame-pointer -ffast-math -march=$cpu itm.cpp splat.cpp -lm -lbz2 -o splat-hd
++
++		g++ -ffast-math $RPM_OPT_FLAGS itm.cpp splat.cpp -lm -lbz2 -o splat
+ 
+ 		if [ -x splat-hd ]; then
+ 			echo "Done!"


More information about the scm-commits mailing list