Hi,

I've found out that novprog fail to build in the current macppc bulk:

> Missing library for atomic>=0.0

It looks like i've have missed that one. Removing 'atomic' from
WANTLIB fixes the build [0]. The runtime is fine as well.

OK?

Charlène.


[0]  https://bin.charlenew.xyz/macppc/paths/productivity/novprog.log


Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/novprog/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile    10 Aug 2019 21:27:07 -0000      1.1.1.1
+++ Makefile    24 Apr 2020 13:54:02 -0000
@@ -13,7 +13,7 @@ PERMIT_PACKAGE =      Yes
 
 WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Widgets c m
 
-.if ${MACHINE_ARCH:Mhppa} || ${MACHINE_ARCH:Mpowerpc}
+.if ${MACHINE_ARCH:Mhppa}
 WANTLIB += atomic
 .endif
 

Reply via email to