[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / mpv

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

Diff for /pkgsrc/multimedia/mpv/Makefile between version 1.95 and 1.96

version 1.95, 2020/02/20 09:10:30 version 1.96, 2020/02/20 22:39:19
Line 60  SUBST_MESSAGE.python= Fix Python command
Line 60  SUBST_MESSAGE.python= Fix Python command
 XCODE_DIR!=     xcode-select -p 2>/dev/null || ${TRUE}  XCODE_DIR!=     xcode-select -p 2>/dev/null || ${TRUE}
 .  if exists(${XCODE_DIR}/usr/lib/swift/macosx)  .  if exists(${XCODE_DIR}/usr/lib/swift/macosx)
 BUILDLINK_PASSTHRU_DIRS+=       ${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
 .endif  .endif
   

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

CVSweb <webmaster@jp.NetBSD.org>