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

Collapse All | Expand All

(-)Amaya/configure.orig (-2 / +2 lines)
Lines 13652-13658 Link Here
13652
  # this is the flags used to build amaya with OpenGL
13652
  # this is the flags used to build amaya with OpenGL
13653
  GL_OPTIONS="-D_GL"
13653
  GL_OPTIONS="-D_GL"
13654
  GL_INCLUDES="-I${GL_BUILDDIR}/include"
13654
  GL_INCLUDES="-I${GL_BUILDDIR}/include"
13655
  GL_LIBRARIES="-Wl,-rpath,${GL_BUILDDIR}/lib -L${GL_BUILDDIR}/lib -lGL -lGLU"
13655
  GL_LIBRARIES="-L${GL_BUILDDIR}/lib -lGL -lGLU"
13656
13656
13657
13657
13658
13658
Lines 13713-13719 Link Here
13713
    #   --enable-unicode        compile wxString with Unicode support
13713
    #   --enable-unicode        compile wxString with Unicode support
13714
    #   --with-gtk              use GTK+
13714
    #   --with-gtk              use GTK+
13715
    #   --with-opengl           use OpenGL (or Mesa)
13715
    #   --with-opengl           use OpenGL (or Mesa)
13716
    WXCONFIGURE_OPTION="--with-opengl --with-gtk --enable-gtk2 --enable-unicode --enable-ipc --disable-shared  --with-libpng=builtin --with-libjpeg=builtin --with-libtiff=builtin $WXCONFIGURE_TUNNING_OPTION"
13716
    WXCONFIGURE_OPTION="--with-opengl --with-gtk --enable-gtk2 --enable-unicode --enable-ipc --disable-shared  --with-libpng=builtin --with-libjpeg=builtin --with-libtiff=builtin $WXCONFIGURE_TUNNING_OPTION --disable-rpath"
13717
  fi
13717
  fi
13718
  if test "$AMAYAOS" = "MACOSX" ; then
13718
  if test "$AMAYAOS" = "MACOSX" ; then
13719
    # MACOSX
13719
    # MACOSX

Return to bug 83394