pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/groonga
Module Name: pkgsrc
Committed By: he
Date: Sun Sep 13 13:16:10 UTC 2020
Added Files:
pkgsrc/textproc/groonga: hacks.mk
Log Message:
Add use of devel/libatomic on powerpc ports; fixes the build since
this platform doesn't have native 8-byte atomics.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5 pkgsrc/textproc/groonga/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/groonga/hacks.mk
diff -u /dev/null pkgsrc/textproc/groonga/hacks.mk:1.5
--- /dev/null Sun Sep 13 13:16:10 2020
+++ pkgsrc/textproc/groonga/hacks.mk Sun Sep 13 13:16:10 2020
@@ -0,0 +1,14 @@
+# $NetBSD: hacks.mk,v 1.5 2020/09/13 13:16:10 he Exp $
+
+.if !defined(GROONGA_HACKS_MK)
+GROONGA_HACKS_MK= defined
+
+# [Mon Sep 7 20:40:36 CEST 2020 : he]
+# On NetBSD/powerpc, we don't have native 8-byte atomics,
+# but this package insists on using them, so here we need libatomic.
+.if ${MACHINE_ARCH} == "powerpc"
+PKG_HACKS+= powerpc-libatomic
+.include "../../devel/libatomic/buildlink3.mk"
+.endif
+
+.endif # GROONGA_HACKS_MK
Home |
Main Index |
Thread Index |
Old Index