summaryrefslogtreecommitdiff
path: root/math/amath/files/patch-configure
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-07-20 20:23:47 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-07-20 20:23:47 +0000
commit21f6ec370ae56efd18e677fac326c3cf7d5cb3e6 (patch)
tree1f2349f517a23a2c968bd5e41ad73642bd0854c8 /math/amath/files/patch-configure
parent* Updated to 0.4.5 (diff)
* Updated to 1.8.2
* Update maintainer address * Included new dist sites * Stopped build in install stage * Sorted Makefile, Uses section is before option section[1]. Option section was also sorted to comply with[1]. [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220741 Submitted by: Carsten Larsen <cs@innolan.net> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11663
Notes
Notes: svn path=/head/; revision=446289
Diffstat (limited to 'math/amath/files/patch-configure')
-rw-r--r--math/amath/files/patch-configure42
1 files changed, 39 insertions, 3 deletions
diff --git a/math/amath/files/patch-configure b/math/amath/files/patch-configure
index 4d99fe5da306..426d6a930caf 100644
--- a/math/amath/files/patch-configure
+++ b/math/amath/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2017-04-03 12:17:53 UTC
+--- configure.orig 2017-04-21 22:00:00 UTC
+++ configure
-@@ -465,8 +465,6 @@ catanh.c
+@@ -512,8 +512,6 @@ catanh.c
ccos.c
ccosh.c
cexp.c
@@ -9,7 +9,7 @@
csin.c
csinh.c
csqrt.c
-@@ -485,6 +483,8 @@ ccot.c
+@@ -532,6 +530,8 @@ ccot.c
ccoth.c
ccsc.c
ccsch.c
@@ -18,3 +18,39 @@
clogb.c
clog10.c
csec.c
+@@ -781,7 +781,7 @@ echo "doc:"
+ echo " \${DOXYGEN} amatha.dox"
+ echo
+ echo ".PHONY: install"
+-echo "install: \${alib} \${solib}"
++echo "install:"
+ echo " \${MKDIR} \${INSTDIR}"
+ echo " \${MKDIR} \${INSTDIRPC}"
+ echo " \${MKDIR} \${INSTDIRI}"
+@@ -892,7 +892,7 @@ echo "doc:"
+ echo " \${DOXYGEN} amathc.dox"
+ echo
+ echo ".PHONY: install"
+-echo "install: \${alib} \${solib}"
++echo "install:"
+ echo " \${MKDIR} \${INSTDIR}"
+ echo " \${MKDIR} \${INSTDIRPC}"
+ echo " \${MKDIR} \${INSTDIRI}"
+@@ -991,7 +991,7 @@ echo "doc:"
+ echo " \${DOXYGEN} amathr.dox"
+ echo
+ echo ".PHONY: install"
+-echo "install: \${alib} \${solib}"
++echo "install: \${solib}"
+ echo " \${MKDIR} \${INSTDIR}"
+ echo " \${MKDIR} \${INSTDIRPC}"
+ echo " \${MKDIR} \${INSTDIRI}"
+@@ -1088,7 +1088,7 @@ echo "doc:"
+ echo " \${DOXYGEN} amathi.dox"
+ echo
+ echo ".PHONY: install"
+-echo "install: \${alib} \${solib}"
++echo "install:"
+ echo " \${MKDIR} \${INSTDIR}"
+ echo " \${MKDIR} \${INSTDIRPC}"
+ echo " \${MKDIR} \${INSTDIRI}"