pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47284: wm/awesome & execinfo.h -- compilation failure
The following reply was made to PR pkg/47284; it has been noted by GNATS.
From: "Martin S. Weber" <Ephaeton%gmx.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/47284: wm/awesome & execinfo.h -- compilation failure
Date: Sat, 8 Dec 2012 21:07:57 -0500
Fix?
Move wip/libexecinfo-1.1 into pkgsrc and have awesome buildlink it in.
Using the latest libexecinfo from wip like so:
awesome $ cvs diff Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/awesome/Makefile,v
retrieving revision 1.30.2.1
diff -u -p -w -b -B -d -r1.30.2.1 Makefile
--- Makefile 3 Oct 2012 12:09:39 -0000 1.30.2.1
+++ Makefile 9 Dec 2012 02:06:51 -0000
@@ -61,5 +61,6 @@ BUILD_DEPENDS+= docbook-xml-[0-9]*:../..
.include "../../x11/xcb-util-keysyms/buildlink3.mk"
.include "../../x11/xcb-util-wm/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../wip/libexecinfo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
fixes the issue for me.
-Martin
Home |
Main Index |
Thread Index |
Old Index