pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/prison prison: needs the standard Qt5Widgets ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6de133942d1
branches:  trunk
changeset: 375491:d6de133942d1
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Feb 12 19:49:59 2018 +0000

description:
prison: needs the standard Qt5Widgets hack

diffstat:

 graphics/prison/hacks.mk |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 3f6e3f42fd6e -r d6de133942d1 graphics/prison/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/prison/hacks.mk  Mon Feb 12 19:49:59 2018 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: hacks.mk,v 1.1 2018/02/12 19:49:59 markd Exp $
+
+# linking -lQt5Widgets on NetBSD with gcc produces
+# ld: BFD (NetBSD Binutils nb1) 2.27 assertion fail
+# /usr/src/external/gpl3/binutils/lib/libbfd/../../dist/bfd/elflink.c:2694
+# unless -lexecinfo preceeds -lQt5Widgets
+BUILDLINK_TRANSFORM.NetBSD+=   l:Qt5Widgets:execinfo:Qt5Widgets



Home | Main Index | Thread Index | Old Index