41773c874e
16 months worth of updates. requires qt5>=5.7
7 lines
340 B
Makefile
7 lines
340 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2018/01/17 20:04:45 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
|