pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mpv mpv: Add another potential swift librar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd8d8b6427cb
branches: trunk
changeset: 411825:fd8d8b6427cb
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Feb 20 22:39:19 2020 +0000
description:
mpv: Add another potential swift library dir.
diffstat:
multimedia/mpv/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1d8ab2b6d0a7 -r fd8d8b6427cb multimedia/mpv/Makefile
--- a/multimedia/mpv/Makefile Thu Feb 20 22:38:12 2020 +0000
+++ b/multimedia/mpv/Makefile Thu Feb 20 22:39:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2020/02/20 09:10:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.96 2020/02/20 22:39:19 jperkin Exp $
DISTNAME= mpv-0.32.0
PKGREVISION= 1
@@ -60,6 +60,8 @@
XCODE_DIR!= xcode-select -p 2>/dev/null || ${TRUE}
. if exists(${XCODE_DIR}/usr/lib/swift/macosx)
BUILDLINK_PASSTHRU_DIRS+= ${XCODE_DIR}/usr/lib/swift/macosx
+. elif exists(${XCODE_DIR}/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx)
+BUILDLINK_PASSTHRU_DIRS+= ${XCODE_DIR}/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index