mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`; (cd posix-$arch && make) cd: posix-powerpc: No such file or directory *** Error code 2
11 lines
226 B
Text
11 lines
226 B
Text
--- posix-power/Makefile.orig 2023-09-03 17:22:52 UTC
|
|
+++ posix-power/Makefile
|
|
@@ -2,8 +2,6 @@ LIB=../libmachdep.a
|
|
include ../Make.config
|
|
LIB=../libmachdep.a
|
|
|
|
-CFLAGS+= -Wa,-mregnames
|
|
-
|
|
OFILES=\
|
|
getcallerpc.$O\
|
|
tas.$O
|