pkgsrc-WIP-changes archive

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

rust: Adjust parenthesis nesting.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Fri Nov 11 17:39:18 2022 +0000
Changeset:	f960ebc8a00faa49c6e81a70a0f755f03ae62975

Modified Files:
	rust/Makefile

Log Message:
rust: Adjust parenthesis nesting.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f960ebc8a00faa49c6e81a70a0f755f03ae62975

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust/Makefile b/rust/Makefile
index 64494c5299..4b5a49d407 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -655,7 +655,7 @@ stage0-bootstrap: install
 # and still depend on libstdc++.so.8.
 # Pull in compat80 on 9.x and newer.
 .if (!empty(MACHINE_PLATFORM:MNetBSD-*-i386) || \
-    (!empty(MACHINE_PLATFORM:MNetBSD-*-sparc64))) \
+     !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64)) \
     && empty(OS_VERSION:M8.*)
 BUILD_DEPENDS+=	compat80>=0:../../emulators/compat80
 .endif


Home | Main Index | Thread Index | Old Index