--- Makefile 2023-04-13 07:38:01.000000000 +0800 +++ Makefile 2024-09-30 14:16:26.000000000 +0800 @@ -21,7 +21,7 @@ ${exe}: ${objs} @echo "Linking $@ ..." - @${CC} ${ldflags} -o $@ $^ ${libs} + @${CC} ${ldflags} -o $@ $^ ${libs} -lMacportsLegacySupport $O%.o: %.c @echo " Compiling $< ..."