pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/abduco abduco: Use _DARWIN_C_SOURCE on Darwin.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ea8f026218a
branches: trunk
changeset: 412343:3ea8f026218a
user: nia <nia%pkgsrc.org@localhost>
date: Wed Mar 04 20:56:01 2020 +0000
description:
abduco: Use _DARWIN_C_SOURCE on Darwin.
Supposedly fixes the build.
diffstat:
misc/abduco/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 75eff0cd480d -r 3ea8f026218a misc/abduco/Makefile
--- a/misc/abduco/Makefile Wed Mar 04 20:50:11 2020 +0000
+++ b/misc/abduco/Makefile Wed Mar 04 20:56:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/04 20:50:11 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/04 20:56:01 nia Exp $
DISTNAME= abduco-0.6
CATEGORIES= misc
@@ -14,5 +14,6 @@
MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+CFLAGS.Darwin+= -D_DARWIN_C_SOURCE
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index