pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2020Q3]: pkgsrc/graphics/openexr Pullup ticket #6352 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/850b733eb8e1
branches:  pkgsrc-2020Q3
changeset: 441018:850b733eb8e1
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Oct 23 17:36:23 2020 +0000

description:
Pullup ticket #6352 - requested by nia
graphics/openexr: NetBSD 8 build fix

Revisions pulled up:
- graphics/openexr/buildlink3.mk                                1.16

---
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Sun Oct 18 09:52:32 UTC 2020

   Modified Files:
        pkgsrc/graphics/openexr: buildlink3.mk

   Log Message:
   openexr: Require at least gcc6 in dependent packages

   (attempt to fix dependent packages in NetBSD 8.x)

diffstat:

 graphics/openexr/buildlink3.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f2083dc437da -r 850b733eb8e1 graphics/openexr/buildlink3.mk
--- a/graphics/openexr/buildlink3.mk    Fri Oct 23 17:34:42 2020 +0000
+++ b/graphics/openexr/buildlink3.mk    Fri Oct 23 17:36:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.15 2020/05/21 20:58:32 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.15.4.1 2020/10/23 17:36:23 bsiegert Exp $
 
 BUILDLINK_TREE+=       openexr
 
@@ -11,6 +11,9 @@
 
 PTHREAD_OPTS+= require
 
+# C++14
+GCC_REQD+=     6
+
 .include "../../graphics/ilmbase/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .endif # OPENEXR_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index