[packages/tvtime] - added forgotten patch

qboosh qboosh at pld-linux.org
Mon Jul 4 19:49:43 CEST 2016


commit 6789e5140f8205dbe2eae0b651bc18910c317931
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jul 4 19:49:52 2016 +0200

    - added forgotten patch

 tvtime-opt.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/tvtime-opt.patch b/tvtime-opt.patch
new file mode 100644
index 0000000..98f18c3
--- /dev/null
+++ b/tvtime-opt.patch
@@ -0,0 +1,20 @@
+--- tvtime-1.0.10/configure.ac.orig	2016-02-27 13:49:28.000000000 +0100
++++ tvtime-1.0.10/configure.ac	2016-07-04 19:21:52.418654156 +0200
+@@ -173,15 +173,8 @@
+ 
+     dnl -Wall -Werror moved to the end to not disturb the configure script
+ 
+-    dnl -O3
+-    changequote(<<,>>)
+-    OPT_CFLAGS=`echo "$CFLAGS"|sed "s/-O[0-9]*//g;"`
+-    changequote([,])
+-    OPT_CFLAGS="$OPT_CFLAGS -O3"
+-    AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS])
+-
+-    dnl -fomit-frame-pointer
+-    OPT_CFLAGS="$CFLAGS -fomit-frame-pointer"
++    dnl default to -O3
++    OPT_CFLAGS="-O3 $CFLAGS"
+     AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS])
+ 
+     dnl -std=gnu99
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tvtime.git/commitdiff/6789e5140f8205dbe2eae0b651bc18910c317931



More information about the pld-cvs-commit mailing list