diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-08-29 18:12:20 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-08-29 18:12:20 +0000 |
commit | 1ce38e6fcc138aa0cd74d68026019d4d39b28be1 (patch) | |
tree | b344b897c36d2004de72bc07f9404ef3196bf8fb /japanese/groff/files/patch-contrib-pic2graph-pic2graph.sh | |
parent | Revert amdmi3's previous commit. Remove unnecessary use of -fPIC. This port was (diff) |
- Fix build with newer versions of makeinfo.
- Fix shebang line in sh and perl scripts.
- Remove gcc dependency.
- Move example files to EXAMPLESDIR.
Notes
Notes:
svn path=/head/; revision=366548
Diffstat (limited to 'japanese/groff/files/patch-contrib-pic2graph-pic2graph.sh')
-rw-r--r-- | japanese/groff/files/patch-contrib-pic2graph-pic2graph.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/groff/files/patch-contrib-pic2graph-pic2graph.sh b/japanese/groff/files/patch-contrib-pic2graph-pic2graph.sh new file mode 100644 index 000000000000..6b331a3e5ab7 --- /dev/null +++ b/japanese/groff/files/patch-contrib-pic2graph-pic2graph.sh @@ -0,0 +1,8 @@ +--- contrib/pic2graph/pic2graph.sh.orig 2014-08-30 03:06:55.000000000 +0900 ++++ contrib/pic2graph/pic2graph.sh 2014-08-30 03:07:01.000000000 +0900 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + # + # pic2graph -- compile PIC image descriptions to bitmap images + # |