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

Collapse All | Expand All

(-)a/config/Makefile.SH (-1 / +1 lines)
Lines 66-72 Link Here
66
  graph=plotQt;;
66
  graph=plotQt;;
67
Qt4)
67
Qt4)
68
  PLOTCFLAGS='-D__FANCY_WIN__ `pkg-config --cflags QtGui`'
68
  PLOTCFLAGS='-D__FANCY_WIN__ `pkg-config --cflags QtGui`'
69
  PLOTLIBS="`pkg-config --libs QtGui`"
69
  PLOTLIBS="`pkg-config --libs QtGui` -lstdc++"
70
  graph=plotQt4;;
70
  graph=plotQt4;;
71
fltk)
71
fltk)
72
  PLOTCFLAGS="`fltk-config --cxxflags` $X11_INC"
72
  PLOTCFLAGS="`fltk-config --cxxflags` $X11_INC"

Return to bug 472362