diff options
author | R. Imura <imura@FreeBSD.org> | 2000-01-14 17:35:24 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-01-14 17:35:24 +0000 |
commit | 5f76ca8d6b7342f050cdfe9a81d9e48dcf9c7122 (patch) | |
tree | 300f34735d3e24780b55a5aa7063f189017ba4d1 /math/plplot/files/patch-af | |
parent | Update version to 5d2. (diff) |
- Support CC/CFLAGS/CXXFLAGS properly
- Support install macros
- perl -> ${PERL}
- Move install path of data files from lib/ to libdata/
- Add WWW: line into pkg/DESCR
- Fix pkg/PLIST
PR: 15918
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'math/plplot/files/patch-af')
-rw-r--r-- | math/plplot/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/plplot/files/patch-af b/math/plplot/files/patch-af new file mode 100644 index 000000000000..3c281ffe6ccd --- /dev/null +++ b/math/plplot/files/patch-af @@ -0,0 +1,11 @@ +--- utils/pltek.c.orig Fri Sep 16 12:45:46 1994 ++++ utils/pltek.c Tue Jan 4 20:49:26 2000 +@@ -110,7 +110,7 @@ + oldpage = ipage; + printf("Page %d/%d> ", ipage, npage); + +- gets(ibuf); ++ fgets(ibuf, sizeof(ibuf), stdin); + c = ibuf[0]; + + /* User input a page number or a return */ |