diff options
author | William Thomson <wltjr@gentoo.org> | 2007-11-06 04:49:40 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2007-11-06 04:49:40 +0000 |
commit | c90c469504a228f509b48d39b28b5b975494b579 (patch) | |
tree | 77d40e6c1aaeead2e2341d98dfd2cfa1f8ecbcfb /dev-db/firebird/files/firebird-2.0.3.12981.0-flags.patch | |
parent | Stable on x86, bug #198213 (diff) | |
download | gentoo-2-c90c469504a228f509b48d39b28b5b975494b579.tar.gz gentoo-2-c90c469504a228f509b48d39b28b5b975494b579.tar.bz2 gentoo-2-c90c469504a228f509b48d39b28b5b975494b579.zip |
Added patch for custom flags vs default hard coded, thanks to cla there :). Removed past 2.1 beta version.
(Portage version: 2.1.3.17)
Diffstat (limited to 'dev-db/firebird/files/firebird-2.0.3.12981.0-flags.patch')
-rw-r--r-- | dev-db/firebird/files/firebird-2.0.3.12981.0-flags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-db/firebird/files/firebird-2.0.3.12981.0-flags.patch b/dev-db/firebird/files/firebird-2.0.3.12981.0-flags.patch new file mode 100644 index 000000000000..c1cc28edab90 --- /dev/null +++ b/dev-db/firebird/files/firebird-2.0.3.12981.0-flags.patch @@ -0,0 +1,12 @@ +diff -Naur Firebird-2.0.3.12981-0_orig/builds/posix/prefix.linux Firebird-2.0.3.12981-0/builds/posix/prefix.linux +--- Firebird-2.0.3.12981-0_orig/builds/posix/prefix.linux 2007-11-05 21:07:48.000000000 -0500 ++++ Firebird-2.0.3.12981-0/builds/posix/prefix.linux 2007-11-05 21:23:36.000000000 -0500 +@@ -20,7 +20,7 @@ + + # -fno-builtin is used because GCC 3.0-3.2.2 had bug with builtins expansion + # you may remove it if engine is getting compiled with any other GCC version +-PROD_FLAGS=-ggdb -O3 -march=i586 -mcpu=i686 -fno-omit-frame-pointer -fno-builtin -DNDEBUG -DLINUX -pipe -MMD -fPIC -fmessage-length=0 ++PROD_FLAGS=-ggdb -DNDEBUG -DLINUX -pipe -MMD -fPIC + DEV_FLAGS=-DUSE_VALGRIND -ggdb -DLINUX -pipe -MMD -p -fPIC -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -fmessage-length=0 + #DEV_FLAGS=-ggdb -DLINUX -pipe -MMD -p -fPIC -Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable -fmessage-length=0 + |