diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-12-03 20:46:52 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-12-03 20:46:52 +0100 |
commit | 8a6955c12939490dd0d4a8d8d50c49fa1f1b501e (patch) | |
tree | 93b8ded4e06631ad3a324d7b1ddd6eb7e6c337f7 /sci-astronomy/astrometry/files/0.64-respect-user-flags.patch | |
parent | 4a2c4a39a01adb3014663344ab739a8a681c691f (diff) | |
download | brancik-overlay-8a6955c12939490dd0d4a8d8d50c49fa1f1b501e.tar.gz brancik-overlay-8a6955c12939490dd0d4a8d8d50c49fa1f1b501e.tar.bz2 |
Bump sci-astronomy/astrometry and patches
Diffstat (limited to 'sci-astronomy/astrometry/files/0.64-respect-user-flags.patch')
-rw-r--r-- | sci-astronomy/astrometry/files/0.64-respect-user-flags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-astronomy/astrometry/files/0.64-respect-user-flags.patch b/sci-astronomy/astrometry/files/0.64-respect-user-flags.patch new file mode 100644 index 0000000..ab55cbb --- /dev/null +++ b/sci-astronomy/astrometry/files/0.64-respect-user-flags.patch @@ -0,0 +1,12 @@ +--- util/makefile.common 2015-10-26 16:32:56.000000000 +0100 ++++ util/makefile.common.new 2015-12-03 20:29:01.368257244 +0100 +@@ -241,9 +228,6 @@ + else + + ifeq ($(OPTIMIZE),yes) +- # speedy! +- FLAGS_DEF += -O3 +- FLAGS_DEF += -fomit-frame-pointer + # turn off asserts: + FLAGS_DEF += $(ASSERT) + |