x11/matchbox-panel-manager: Add indirectly linked libraries to LDFLAGS
This commit is contained in:
parent
22914db5ed
commit
a9e9a71063
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2011/11/01 06:03:03 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2011/12/20 20:27:17 marino Exp $
|
||||
#
|
||||
|
||||
DISTNAME= matchbox-panel-manager-0.1
|
||||
|
@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -lX11 # direct link required for ld v2.22
|
||||
|
||||
.include "../../devel/libmatchbox/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue