pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Feb 20 22:39:19 UTC 2020

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

Log Message:
mpv: Add another potential swift library dir.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/multimedia/mpv/Makefile

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

Modified files:

Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.95 pkgsrc/multimedia/mpv/Makefile:1.96
--- pkgsrc/multimedia/mpv/Makefile:1.95 Thu Feb 20 09:10:30 2020
+++ pkgsrc/multimedia/mpv/Makefile      Thu Feb 20 22:39:19 2020
@@ -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 @@ SUBST_MESSAGE.python= Fix Python command
 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