diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-03-10 21:07:52 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-03-10 21:07:52 +0100 |
commit | 60af6282fa65e07f275bfe42b8ab27f2b0e42df9 (patch) | |
tree | a68896b4b7e41c9347b5a26b66112008134ec23e /sci-astronomy/astrometry/files/0.43-respect-user-flags.patch | |
parent | e70f6e705830de32598eb7f3fdf569962c1a808a (diff) | |
download | brancik-overlay-60af6282fa65e07f275bfe42b8ab27f2b0e42df9.tar.gz brancik-overlay-60af6282fa65e07f275bfe42b8ab27f2b0e42df9.tar.bz2 |
Added sci-astronomy/astrometry
Diffstat (limited to 'sci-astronomy/astrometry/files/0.43-respect-user-flags.patch')
-rw-r--r-- | sci-astronomy/astrometry/files/0.43-respect-user-flags.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-astronomy/astrometry/files/0.43-respect-user-flags.patch b/sci-astronomy/astrometry/files/0.43-respect-user-flags.patch new file mode 100644 index 0000000..49aadab --- /dev/null +++ b/sci-astronomy/astrometry/files/0.43-respect-user-flags.patch @@ -0,0 +1,14 @@ +Respect user optimization flags +bicatali@gentoo.org - 06/2013 + +--- astrometry.net-0.38.orig/util/makefile.common 2010-08-26 14:43:44.000000000 +0100 ++++ astrometry.net-0.38/util/makefile.common 2012-05-09 23:21:10.000000000 +0100 +@@ -145,8 +145,6 @@ + + ifeq ($(OPTIMIZE),yes) + # speedy! +- FLAGS_DEF += -O3 +- FLAGS_DEF += -fomit-frame-pointer + # turn off asserts: + FLAGS_DEF += -DNDEBUG + |