diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-31 09:02:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-31 09:02:40 +0000 |
commit | ea391e9662c375b9c819c8c629d8af1dc79467e1 (patch) | |
tree | 27ef895c12efb088097abd17eb6053cff6beec61 /math/scigraphica/files/patch-ae | |
parent | Update to 1.2a to fix mis-definition of debug flag which causes storing (diff) |
Update to 0.5.
Notes
Notes:
svn path=/head/; revision=32142
Diffstat (limited to 'math/scigraphica/files/patch-ae')
-rw-r--r-- | math/scigraphica/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/scigraphica/files/patch-ae b/math/scigraphica/files/patch-ae new file mode 100644 index 000000000000..05f95ae7d506 --- /dev/null +++ b/math/scigraphica/files/patch-ae @@ -0,0 +1,11 @@ +--- examples/Makefile.in 2000/08/31 08:26:13 1.1 ++++ examples/Makefile.in 2000/08/31 08:26:37 +@@ -114,7 +114,7 @@ + EXTRA_DIST = $(EXAMPLES) + + +-Examplesdir = $(datadir)/examples ++Examplesdir = $(datadir)/examples/sg + + Examples_DATA = $(EXAMPLES) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |