summaryrefslogtreecommitdiff
path: root/math/pygist/files/patch-aa
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-05-15 12:20:48 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-05-15 12:20:48 +0000
commitb1327f209f9d9d8695d3c8a54ab8c844ee1e2ebc (patch)
treee6eb76213219051acb4c7fc881a7361aa19296a9 /math/pygist/files/patch-aa
parentOpenDX tries to run automake if it finds it, but newer versions don't (diff)
Remove pygist. This port has been broken since the upgrade of lang/yorick
and it's no longer being developed.
Diffstat (limited to 'math/pygist/files/patch-aa')
-rw-r--r--math/pygist/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/pygist/files/patch-aa b/math/pygist/files/patch-aa
deleted file mode 100644
index 1f5780aeda17..000000000000
--- a/math/pygist/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../Tools/compile.py.orig Thu Mar 12 19:15:10 1998
-+++ ../Tools/compile.py Sun Mar 29 12:53:10 1998
-@@ -632,7 +632,7 @@
-
- compileall.compile_dir(".")
- os.system("make -f Makefile.pre.in boot")
-- os.system("make")
-+# os.system("make")
-
- if sys.platform == 'win32':
- swig_found = find_swig()