[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.118 and 1.119

version 1.118, 2020/12/19 11:27:51 version 1.119, 2020/12/24 09:28:14
Line 59  BUILDLINK_PASSTHRU_DIRS+= ${XCODE_DIR}/T
Line 59  BUILDLINK_PASSTHRU_DIRS+= ${XCODE_DIR}/T
 .  endif  .  endif
 .endif  .endif
   
   # 64-bit atomic operations
   # https://mail-index.netbsd.org/pkgsrc-users/2020/12/23/msg032927.html
   .if ${MACHINE_ARCH} == "i386"
   CFLAGS+=        -march=i586
   CXXFLAGS+=      -march=i586
   .endif
   
   .if ${MACHINE_ARCH} == "powerpc"
   .include "../../devel/libatomic/buildlink3.mk"
   .endif
   
 post-install:  post-install:
         cd ${DESTDIR}${PREFIX} && ${MV} etc/mpv/encoding-profiles.conf share/examples/mpv          cd ${DESTDIR}${PREFIX} && ${MV} etc/mpv/encoding-profiles.conf share/examples/mpv
   

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119

CVSweb <webmaster@jp.NetBSD.org>