Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 433379
Collapse All | Expand All

(-)config/get_Qt.orig (-1 / +1 lines)
Lines 4-10 Link Here
4
QTDIR=
4
QTDIR=
5
case "$with_qt" in
5
case "$with_qt" in
6
yes)
6
yes)
7
   pth="/usr/local/lib /usr/local/share /usr/lib /usr/share"
7
   pth="@GENTOO_PORTAGE_EPREFIX@/usr/local/lib @GENTOO_PORTAGE_EPREFIX@/usr/local/share @GENTOO_PORTAGE_EPREFIX@/usr/lib @GENTOO_PORTAGE_EPREFIX@/usr/share"
8
   QTDIR=`locatedir qt4 $pth`
8
   QTDIR=`locatedir qt4 $pth`
9
   QTLIB="-lQtCore -lQtGui"
9
   QTLIB="-lQtCore -lQtGui"
10
   which_graphic_lib=Qt4
10
   which_graphic_lib=Qt4
(-)config/get_X11.orig (+1 lines)
Lines 10-15 Link Here
10
# X11 -- Headers
10
# X11 -- Headers
11
if test ! -f $Xincroot/X11/Xos.h; then
11
if test ! -f $Xincroot/X11/Xos.h; then
12
  x11pth="\
12
  x11pth="\
13
    @GENTOO_PORTAGE_EPREFIX@/usr/lib
13
    /usr/openwin/share/lib\
14
    /usr/openwin/share/lib\
14
    /usr/openwin/lib\
15
    /usr/openwin/lib\
15
    /usr/X11R6/lib       /usr/X11R5/lib       /usr/X11R4/lib\
16
    /usr/X11R6/lib       /usr/X11R5/lib       /usr/X11R4/lib\
(-)config/get_include_path.orig (-2 / +2 lines)
Lines 7-14 Link Here
7
    $cygtop/H-${arch}-cygwin32/${arch}-cygwin32/include\
7
    $cygtop/H-${arch}-cygwin32/${arch}-cygwin32/include\
8
    ";;
8
    ";;
9
  *) incpth="$incpth /usr/include/$multipath\
9
  *) incpth="$incpth /usr/include/$multipath\
10
    /usr/local/include\
10
    @GENTOO_PORTAGE_EPREFIX@/usr/local/include\
11
    /usr/include\
11
    @GENTOO_PORTAGE_EPREFIX@/usr/include\
12
    /opt/include\
12
    /opt/include\
13
    /opt/local/include\
13
    /opt/local/include\
14
    /opt/gnu/include\
14
    /opt/gnu/include\
(-)config/get_libpth.orig (-4 / +4 lines)
Lines 1-5 Link Here
1
case "$sizeof_long" in
1
case "$sizeof_long" in
2
  8) addlib64="/usr/local/lib64 /lib64 /usr/lib64"
2
  8) addlib64="@GENTOO_PORTAGE_EPREFIX@/usr/local/lib64 @GENTOO_PORTAGE_EPREFIX@/lib64 @GENTOO_PORTAGE_EPREFIX@/usr/lib64"
3
esac
3
esac
4
4
5
libpth="`echo $LIBRARY_PATH | sed -e \"s%\([^$dir_sep]*\)$dir_sep*%\1 %g\"`"
5
libpth="`echo $LIBRARY_PATH | sed -e \"s%\([^$dir_sep]*\)$dir_sep*%\1 %g\"`"
Lines 35-43 Link Here
35
    fi;;
35
    fi;;
36
  os2) libpth=`echo $libpth | sed 's,\\\\,/,g'`;;
36
  os2) libpth=`echo $libpth | sed 's,\\\\,/,g'`;;
37
  *) libpth="$libpth $addlib64 /usr/lib/$multiarch\
37
  *) libpth="$libpth $addlib64 /usr/lib/$multiarch\
38
      /usr/local/lib\
38
      @GENTOO_PORTAGE_EPREFIX@/usr/local/lib\
39
      /lib\
39
      @GENTOO_PORTAGE_EPREFIX@/lib\
40
      /usr/lib\
40
      @GENTOO_PORTAGE_EPREFIX@/usr/lib\
41
      /opt/lib\
41
      /opt/lib\
42
      /opt/local/lib\
42
      /opt/local/lib\
43
      /opt/gnu/lib\
43
      /opt/gnu/lib\

Return to bug 433379