pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/prison



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Feb 12 19:49:59 UTC 2018

Added Files:
        pkgsrc/graphics/prison: hacks.mk

Log Message:
prison: needs the standard Qt5Widgets hack


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/prison/hacks.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/prison/hacks.mk
diff -u /dev/null pkgsrc/graphics/prison/hacks.mk:1.1
--- /dev/null   Mon Feb 12 19:49:59 2018
+++ pkgsrc/graphics/prison/hacks.mk     Mon Feb 12 19:49:59 2018
@@ -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