CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]       2025/06/25 12:48:32

Modified files:
        x11/kde-applications/cantor: Makefile 
Added files:
        x11/kde-applications/cantor/patches: 
                                             
patch-src_backends_R_rserver_rcallbacks_cpp 

Log message:
Use R no-remap define "R_NO_REMAP" to unbreak with libcxx19

Rinternals.h defines a macro: #define length(x) Rf_length(x) but ibc++
__locale header has a length function with multiple parameters. The R macro
incorrectly expands the C++ function call, causing a parameter count mismatch.

Reply via email to