blob: 245dc6ff6ae1ab0fac9e9dcd890f5e59a57cba05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- Make.freebsd.orig 2023-09-03 17:22:52 UTC
+++ Make.freebsd
@@ -17,5 +17,5 @@ libmachdep.a:
all: default
libmachdep.a:
- arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`; \
+ arch=`uname -m|sed 's/i.86/386/;s/powerpc.*/power/; s/x86_64/amd64/'`; \
(cd posix-$$arch && make)
|