Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454804 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- freetype-config
0
++ freetype-config
Lines 48-54 Link Here
48
while test $# -gt 0 ; do
48
while test $# -gt 0 ; do
49
  case "$1" in
49
  case "$1" in
50
  -*=*)
50
  -*=*)
51
    optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
51
    optarg=`echo "$1" | sed 's/[-_[:alnum:]]*=//'`
52
    ;;
52
    ;;
53
  *)
53
  *)
54
    optarg=
54
    optarg=

Return to bug 454804