Changes between Initial Version and Version 1 of Ticket #68629


Ignore:
Timestamp:
Nov 3, 2023, 1:05:57 PM (11 months ago)
Author:
marcopeereboom (Marco Peereboom)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68629 – Description

    initial v1  
    1 It's an easy fix. Basically it needs `--with-pcre2` during `configure` and remove DarwinMachineDefines from CFLAGS.
     1It's an easy fix. Basically it needs `--with-pcre2` during `configure` and remove `DarwinMachineDefines` from `CFLAGS`.
    22
    33I don't know how macports work hence I reported it instead of sending a fix.
     
    55Thanks for the great work!
    66
     7```
    78--- Makefile.old        2023-11-03 13:02:36
    89+++ Makefile    2023-11-03 13:03:24
     
    1617 LIBS           = -kpcre2-posix -lXext -lutil -lXaw7 -L/opt/local/lib -lXmu -lXinerama -lXpm -L/opt/local/lib -lXt -lX11 -lSM -lICE -ltermcap
    1718 
     19```