Changes between Initial Version and Version 1 of Ticket #68629
- Timestamp:
- Nov 3, 2023, 1:05:57 PM (13 months ago)
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.1 It's an easy fix. Basically it needs `--with-pcre2` during `configure` and remove `DarwinMachineDefines` from `CFLAGS`. 2 2 3 3 I don't know how macports work hence I reported it instead of sending a fix. … … 5 5 Thanks for the great work! 6 6 7 ``` 7 8 --- Makefile.old 2023-11-03 13:02:36 8 9 +++ Makefile 2023-11-03 13:03:24 … … 16 17 LIBS = -kpcre2-posix -lXext -lutil -lXaw7 -L/opt/local/lib -lXmu -lXinerama -lXpm -L/opt/local/lib -lXt -lX11 -lSM -lICE -ltermcap 17 18 19 ```