diff options
Diffstat (limited to 'print/font2svg/files/patch-font2svg')
-rw-r--r-- | print/font2svg/files/patch-font2svg | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/print/font2svg/files/patch-font2svg b/print/font2svg/files/patch-font2svg index 74c72a0a4779..6e578f98b097 100644 --- a/print/font2svg/files/patch-font2svg +++ b/print/font2svg/files/patch-font2svg @@ -1,11 +1,13 @@ ---- font2svg.orig Fri Jan 17 17:53:07 2003 -+++ font2svg Fri Jan 17 17:54:22 2003 -@@ -57,7 +57,7 @@ - dvipsencoding="none" +--- font2svg.orig Sun Mar 30 23:49:25 2003 ++++ font2svg Sun Mar 30 23:49:34 2003 +@@ -58,8 +58,8 @@ # parse options --TEMP=`getopt -q --long "--kpsewhich,--encoding:1,--dvipsencoding:1,--execute:1,--help,--symbols:1" "hke:1s:1d:1x:1" "$@"` + # *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 |