diff options
Diffstat (limited to 'print/font2svg/files/patch-font2svg')
-rw-r--r-- | print/font2svg/files/patch-font2svg | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/font2svg/files/patch-font2svg b/print/font2svg/files/patch-font2svg deleted file mode 100644 index 6e578f98b097..000000000000 --- a/print/font2svg/files/patch-font2svg +++ /dev/null @@ -1,13 +0,0 @@ ---- font2svg.orig Sun Mar 30 23:49:25 2003 -+++ font2svg Sun Mar 30 23:49:34 2003 -@@ -58,8 +58,8 @@ - - # parse options - # *BSD and AIX users replace this by --# TEMP=`getopt hke:s:d:x: $*` --TEMP=`getopt -q --long "--kpsewhich,--encoding:1,--dvipsencoding:1,--execute:1,--help,--symbols:1" "hke:s:d:x:" "$@"` -+TEMP=`getopt hke:s:d:x: $*` -+#TEMP=`getopt -q --long "--kpsewhich,--encoding:1,--dvipsencoding:1,--execute:1,--help,--symbols:1" "hke:s:d:x:" "$@"` - echo "$TEMP" - eval set -- "$TEMP" - while [ ! $1 = "--" ] ; do |