summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2022-11-29 14:44:25 +0000
committerryoon <ryoon@pkgsrc.org>2022-11-29 14:44:25 +0000
commit2b9bfb747c30f35f8c5b5e2f3d41b8d60723397a (patch)
treea0a4cb193aa9e14ecebb1879430ba5d26525a5e4 /lang
parentbfcc01820863323408a9931d953cb34e8dc60f67 (diff)
downloadpkgsrc-2b9bfb747c30f35f8c5b5e2f3d41b8d60723397a.tar.gz
clang: Fix build under NetBSD/i386 9
Use atomic64.mk for NetBSD/i386.
Diffstat (limited to 'lang')
-rw-r--r--lang/clang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/clang/Makefile b/lang/clang/Makefile
index fc5aaa92064..9eeec749da0 100644
--- a/lang/clang/Makefile
+++ b/lang/clang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2022/11/23 16:18:49 adam Exp $
+# $NetBSD: Makefile,v 1.76 2022/11/29 14:44:25 ryoon Exp $
PKGREVISION= 1
.include "Makefile.common"
@@ -18,4 +18,5 @@ PLIST_VARS+= ARM
PLIST.ARM= yes
.endif
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"