Ticket #34592: noclparser.patch

File noclparser.patch, 417 bytes (added by devernay (Frédéric Devernay), 12 years ago)

patch for IM sources (to be added to the Portfile)

  • configure

    old new  
    97489748  CPPFLAGS="$CL_CFLAGS $CPPFLAGS"
    97499749  ax_save_LIBS=$LIBS
    97509750  LIBS=""
    9751   ax_check_libs="-lOpenCL -lCL -lclparser"
     9751  ax_check_libs="-lOpenCL -lCL"
    97529752  for ax_lib in $ax_check_libs; do
    97539753    if test X$ax_compiler_ms = Xyes; then :
    97549754  ax_try_lib=`echo $ax_lib | $SED -e 's/^-l//' -e 's/$/.lib/'`