diff options
Diffstat (limited to 'math/guppi/patches/patch-ac')
-rw-r--r-- | math/guppi/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/guppi/patches/patch-ac b/math/guppi/patches/patch-ac deleted file mode 100644 index 5f575a6ab41..00000000000 --- a/math/guppi/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2002/01/28 09:36:55 drochner Exp $ - ---- python-modules/Guppi/plot/Makefile.in.orig Sat Jan 26 21:48:53 2002 -+++ python-modules/Guppi/plot/Makefile.in Sat Jan 26 21:49:21 2002 -@@ -336,7 +336,7 @@ - cat $(srcdir)/start.py $(python_wrappers) $(srcdir)/end.py > __init__.py - - %.pyc: %.py -- python $(srcdir)/../compilefile.py $< -+ ${PYTHONBIN} $(srcdir)/../compilefile.py $< - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. |