ports/net/drawterm/files/patch-posix-power_Makefile
Piotr Kubaj 51624c4902 net/drawterm: fix build on powerpc*
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
2024-01-28 03:32:04 +01:00

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