diff options
author | markd <markd@pkgsrc.org> | 2018-04-07 00:53:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-04-07 00:53:52 +0000 |
commit | 1b99a12a2a3f4f233f47126a81c06c0f81477fde (patch) | |
tree | 282455272d8da5a3f366c37743a2eaaf6901c5a6 /graphics/prison | |
parent | 9ad0806a31b3a7153db0c61d1791e4ee22de7f37 (diff) | |
download | pkgsrc-1b99a12a2a3f4f233f47126a81c06c0f81477fde.tar.gz |
{kplotting,prison}: remove Qt5Widgets hack
r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the
underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means
we no longer tickle it so remove.
Diffstat (limited to 'graphics/prison')
-rw-r--r-- | graphics/prison/hacks.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/graphics/prison/hacks.mk b/graphics/prison/hacks.mk deleted file mode 100644 index cfdcbbd27c7..00000000000 --- a/graphics/prison/hacks.mk +++ /dev/null @@ -1,7 +0,0 @@ -# $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 |