pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/openexr Needs bsd.prefs.mk. Otherwise, vars s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f01b62ca40d6
branches:  trunk
changeset: 355551:f01b62ca40d6
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Dec 04 23:40:33 2016 +0000

description:
Needs bsd.prefs.mk. Otherwise, vars seem to get clobbered and the build
fails on Linux, breaking lots of packages.

diffstat:

 graphics/openexr/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 270444f629dc -r f01b62ca40d6 graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Sun Dec 04 23:12:58 2016 +0000
+++ b/graphics/openexr/Makefile Sun Dec 04 23:40:33 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2014/08/22 11:24:26 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2016/12/04 23:40:33 rodent Exp $
 
 DISTNAME=      openexr-2.2.0
 PKGREVISION=   3
@@ -19,6 +19,8 @@
 
 GCC_REQD+=     4.3
 
+.include "../../mk/bsd.prefs.mk"
+
 PTHREAD_OPTS+=         require
 LIBS.IRIX+=            -lmx
 LIBS.SunOS+=           -lm



Home | Main Index | Thread Index | Old Index