pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/58716: libatomic fails to build on sparc



The following reply was made to PR pkg/58716; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%consolidated.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/58716: libatomic fails to build on sparc
Date: Sat, 28 Dec 2024 16:25:57 -0600 (CST)

 The following patch allows configuration to complete (extra leading "+"
 to make sure leading whitespace isn't eaten):
 
 +--- libatomic/configure.tgt.orig	2023-07-27 03:13:07.000000000 -0500
 ++++ libatomic/configure.tgt	2024-12-28 16:12:52.769758671 -0600
 +@@ -68,7 +68,7 @@ case "${target_cpu}" in
 + 	    ;;
 + 	  *)
 + 	    if test -z "$with_cpu"; then
 +-	      XCFLAGS="${XCFLAGS} -mcpu=v9"
 ++	      :	#XCFLAGS="${XCFLAGS} -mcpu=v9"
 + 	    fi
 + 	esac
 + 	ARCH=sparc
 
 Will commence with build to see if things work.
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]consolidated[flyspeck]net  OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index