diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-03-10 22:56:47 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-03-10 22:56:47 +0100 |
commit | f22ce6e5487c67584ab2ba2efb54283d7127d025 (patch) | |
tree | 27f71815322b551ae21b184b40c942054c13ec69 /sci-astronomy/astrometry/files/0.43-respect-user-flags.patch | |
parent | 60af6282fa65e07f275bfe42b8ab27f2b0e42df9 (diff) | |
download | brancik-overlay-f22ce6e5487c67584ab2ba2efb54283d7127d025.tar.gz brancik-overlay-f22ce6e5487c67584ab2ba2efb54283d7127d025.tar.bz2 |
Updated patches for 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, 0 insertions, 14 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 deleted file mode 100644 index 49aadab..0000000 --- a/sci-astronomy/astrometry/files/0.43-respect-user-flags.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 - |