pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/x265 x265: include bsd.prefs.mk before chec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b7ebaf6942b
branches:  trunk
changeset: 441232:0b7ebaf6942b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 29 23:58:07 2020 +0000

description:
x265: include bsd.prefs.mk before checking platform

diffstat:

 multimedia/x265/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 37ef3dac5d9a -r 0b7ebaf6942b multimedia/x265/Makefile
--- a/multimedia/x265/Makefile  Thu Oct 29 23:26:32 2020 +0000
+++ b/multimedia/x265/Makefile  Thu Oct 29 23:58:07 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/10/29 21:47:39 nia Exp $
+# $NetBSD: Makefile,v 1.33 2020/10/29 23:58:07 wiz Exp $
 
 DISTNAME=      x265_3.4
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -12,6 +12,8 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/source
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
 .  if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
 # Avoid text relocations



Home | Main Index | Thread Index | Old Index