summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-09-14 21:14:08 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-09-14 21:14:08 +0000
commit65fb407e565d2a605556e9acd780af0f3085c001 (patch)
treea381bbac00423595b5ce55ff80213cb5e108615f /math
parenta778a9309fa258f63c8e4328cfc57de74ed0dcb6 (diff)
downloadpkgsrc-65fb407e565d2a605556e9acd780af0f3085c001.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__ */