pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dvd+rw-tools



Module Name:    pkgsrc
Committed By:   js
Date:           Tue Aug 25 20:55:10 UTC 2020

Modified Files:
        pkgsrc/sysutils/dvd+rw-tools: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/dvd+rw-tools/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dvd+rw-tools/Makefile
diff -u pkgsrc/sysutils/dvd+rw-tools/Makefile:1.35 pkgsrc/sysutils/dvd+rw-tools/Makefile:1.36
--- pkgsrc/sysutils/dvd+rw-tools/Makefile:1.35  Sat Dec 21 23:46:03 2019
+++ pkgsrc/sysutils/dvd+rw-tools/Makefile       Tue Aug 25 20:55:10 2020
@@ -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
 



Home | Main Index | Thread Index | Old Index