CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2021/06/04 05:26:54

Modified files:
        www/seamonkey  : Makefile 
Added files:
        www/seamonkey/patches: patch-dom_indexedDB_ActorsParent_cpp 
                               patch-dom_indexedDB_IDBCursor_cpp 
                               patch-dom_indexedDB_IDBDatabase_cpp 
                               patch-dom_indexedDB_IDBObjectStore_cpp 
                               patch-dom_indexedDB_IDBTransaction_cpp 
                               patch-dom_indexedDB_IDBTransaction_h 
                               patch-dom_indexedDB_ProfilerHelpers_h 

Log message:
www/seamonkey: fix build with nss 3.66.

suddenly, a CHANGED macro (here since nss 3.58) conflicts with a
'CHANGED' enum value in IDBTransaction, present since 2019. Rename the
latter to prevent the conflict.

build failure reported by naddy@

Reply via email to