summaryrefslogtreecommitdiff
path: root/sci-astronomy/astrometry/files/0.43-respect-user-flags.patch
diff options
context:
space:
mode:
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.patch14
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
+