From ff1eebe0a67b1b5104fe4881862734ee56515bee Mon Sep 17 00:00:00 2001 From: js Date: Tue, 25 Aug 2020 20:55:10 +0000 Subject: sysutils/dvd+rw-tools: ONLY_FOR_PLATFORM += Darwin The referenced source file lists support for "Mac OS X" being added at some point, and it seems to compile just fine. --- sysutils/dvd+rw-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/dvd+rw-tools') diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile index 65ce7f93d59..37f9ad5cc95 100644 --- a/sysutils/dvd+rw-tools/Makefile +++ b/sysutils/dvd+rw-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/12/21 23:46:03 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2020/08/25 20:55:10 js Exp $ # DISTNAME= dvd+rw-tools-7.1 @@ -21,7 +21,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 # These are the only platforms listed in growisofs.c ONLY_FOR_PLATFORM= Linux-*-* OpenBSD-*-* NetBSD-*-* FreeBSD-*-* \ - DragonFly-*-* SunOS-*-* HP-UX-*-* IRIX-*-* + DragonFly-*-* SunOS-*-* HP-UX-*-* IRIX-*-* Darwin-*-* LDFLAGS.NetBSD+= -lrt # sem_* functions -- cgit v1.2.3