summaryrefslogtreecommitdiff
path: root/graphics/plplot/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-12-08 22:29:47 +0000
committerjtb <jtb@pkgsrc.org>2000-12-08 22:29:47 +0000
commit3b4548747366fbbc67f5a0541ed360930b646fbf (patch)
tree0c8d6cc0f66ac6559a4a2ae046e319236dca6030 /graphics/plplot/patches
parent015251ee3c4afa648f991cb83dc6f8fd69e32085 (diff)
downloadpkgsrc-3b4548747366fbbc67f5a0541ed360930b646fbf.tar.gz
If were using the f2c-f77 frontend to f2c then don't use the -r8 argument
(for promoting REAL to DOUBLE) as the that script doesn't accept it. The resulting API will be single precision. If you want double precision then just set PKG_FC= f77 in /etc/mk.conf.
Diffstat (limited to 'graphics/plplot/patches')
-rw-r--r--graphics/plplot/patches/patch-ae15
-rw-r--r--graphics/plplot/patches/patch-af16
2 files changed, 31 insertions, 0 deletions
diff --git a/graphics/plplot/patches/patch-ae b/graphics/plplot/patches/patch-ae
new file mode 100644
index 00000000000..1bb6cade362
--- /dev/null
+++ b/graphics/plplot/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.3 2000/12/08 22:29:47 jtb Exp $
+
+--- cf/sysconf.in.orig Fri Jun 25 04:27:20 1999
++++ cf/sysconf.in
+@@ -293,6 +293,10 @@
+ fi
+ fi
+
++if test "$F77" = "f2c-f77" ; then
++ DBL_FLAG_F=""
++fi
++
+ # ----------------------------------------------------------------------------
+ # gcc
+ # ----------------------------------------------------------------------------
diff --git a/graphics/plplot/patches/patch-af b/graphics/plplot/patches/patch-af
new file mode 100644
index 00000000000..eff82f7628e
--- /dev/null
+++ b/graphics/plplot/patches/patch-af
@@ -0,0 +1,16 @@
+$NetBSD: patch-af,v 1.3 2000/12/08 22:29:48 jtb Exp $
+
+--- cf/sysloc.in.orig Wed May 10 20:47:53 2000
++++ cf/sysloc.in
+@@ -20,9 +20,9 @@
+
+ DPLIBSTR=-ldpnetwork
+ ITKLIBSTR=-litk
+-TKLIBSTR=-ltk
++TKLIBSTR=-ltk83
+ ITCLLIBSTR=-litcl
+-TCLLIBSTR=-ltcl
++TCLLIBSTR=-ltcl83
+ XLIBSTR=-lX11
+
+ # ----------------------------------------------------------------------------