summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-09-14 21:14:08 +0000
committerdmcmahill <dmcmahill>2003-09-14 21:14:08 +0000
commit1e023a0bf8c9a59cb829e78947bad35995d916ab (patch)
treea381bbac00423595b5ce55ff80213cb5e108615f /math
parent653f038eb2374ff8a7b13eb6437207ce3f1f6a99 (diff)
downloadpkgsrc-1e023a0bf8c9a59cb829e78947bad35995d916ab.tar.gz
forgot to add on last commit
Diffstat (limited to 'math')
-rw-r--r--math/gsl/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/gsl/patches/patch-ac b/math/gsl/patches/patch-ac
new file mode 100644
index 00000000000..31d8f4b243a
--- /dev/null
+++ b/math/gsl/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.3 2003/09/14 21:14:08 dmcmahill Exp $
+
+add some missing constants
+
+--- const/gsl_const_cgsm.h.orig Fri Jul 25 15:18:18 2003
++++ const/gsl_const_cgsm.h
+@@ -116,5 +116,7 @@
+ #define GSL_CONST_CGSM_DYNE (1e0) /* cm g / s^2 */
+ #define GSL_CONST_CGSM_JOULE (1e7) /* g cm^2 / s^2 */
+ #define GSL_CONST_CGSM_ERG (1e0) /* g cm^2 / s^2 */
++#define GSL_CONST_CGSM_VACUUM_PERMITTIVITY (8.854187817e-19) /* abamp^2 s^4 / g cm^3 */
++#define GSL_CONST_CGSM_VACUUM_PERMEABILITY (1.25663706144e1) /* g cm / abamp^2 s^2 */
+
+ #endif /* __GSL_CONST_CGSM__ */