pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/x265



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 29 23:58:07 UTC 2020

Modified Files:
        pkgsrc/multimedia/x265: Makefile

Log Message:
x265: include bsd.prefs.mk before checking platform


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/x265/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/x265/Makefile
diff -u pkgsrc/multimedia/x265/Makefile:1.32 pkgsrc/multimedia/x265/Makefile:1.33
--- pkgsrc/multimedia/x265/Makefile:1.32        Thu Oct 29 21:47:39 2020
+++ pkgsrc/multimedia/x265/Makefile     Thu Oct 29 23:58:07 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 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