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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- acinclude.m4.orig   2006-10-25 10:35:57.000000000 +0200
0
++ acinclude.m4        2006-10-25 10:36:35.000000000 +0200
Lines 16-22 Link Here
16
      PILOT_CFLAGS="-I$with_pilot_link/include"
16
      PILOT_CFLAGS="-I$with_pilot_link/include"
17
      PILOT_LIBS="-L$with_pilot_link/lib -Wl,-R$with_pilot_link/lib -lpisock"
17
      PILOT_LIBS="-L$with_pilot_link/lib -Wl,-R$with_pilot_link/lib -lpisock"
18
    else
18
    else
19
      PILOT_CFLAGS=""
19
      PILOT_CFLAGS="-I/usr/include/libpisock"
20
      PILOT_LIBS="-lpisock"
20
      PILOT_LIBS="-lpisock"
21
    fi
21
    fi
Lines 88-91 Link Here
88
    AC_SUBST(PILOT_LIBS)
88
    AC_SUBST(PILOT_LIBS)
89
  fi
89
  fi
90
])
90
])

Return to bug 112801