]> git.pld-linux.org Git - packages/gavl.git/commitdiff
- honour lib64, kill forcing -O3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Aug 2006 20:50:32 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gavl-make.patch -> 1.1

gavl-make.patch [new file with mode: 0644]

diff --git a/gavl-make.patch b/gavl-make.patch
new file mode 100644 (file)
index 0000000..1fd63cc
--- /dev/null
@@ -0,0 +1,21 @@
+--- gavl-0.2.4/include/Makefile.am.orig        2006-06-05 21:05:24.000000000 +0200
++++ gavl-0.2.4/include/Makefile.am     2006-08-20 22:04:40.582582324 +0200
+@@ -1,6 +1,6 @@
+ SUBDIRS = gavl
+-includedir = $(prefix)/lib/gavl/include
++includedir = $(libdir)/gavl/include
+ private_headers = \
+ accel.h \
+--- gavl-0.2.4/configure.ac.orig       2006-07-02 13:34:15.000000000 +0200
++++ gavl-0.2.4/configure.ac    2006-08-20 22:05:09.040626042 +0200
+@@ -64,7 +64,7 @@
+ dnl Build optimization flags
+ dnl
+-LQT_OPT_CFLAGS($host_cpu, ["-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math"])
++LQT_OPT_CFLAGS($host_cpu, ["-fomit-frame-pointer -ffast-math"])
+ dnl
+ dnl Check for SIMD
This page took 0.073044 seconds and 4 git commands to generate.