Needs --x-includes/--x-libraries for modular Xorg too.
This commit is contained in:
parent
5106bf4ad8
commit
a544e5dfe6
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
|
||||
# $NetBSD: Makefile,v 1.25 2009/08/26 19:58:17 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2009/11/30 19:10:44 joerg Exp $
|
||||
|
||||
DISTNAME= FSViewer.app-0.2.5
|
||||
PKGNAME= FSViewer-0.2.5
|
||||
|
@ -21,6 +20,13 @@ USE_TOOLS+= gmake
|
|||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${X11_TYPE} == "modular"
|
||||
CONFIGURE_ARGS+= --x-includes=${PREFIX:Q}/include
|
||||
CONFIGURE_ARGS+= --x-libraries=${PREFIX:Q}/lib
|
||||
.endif
|
||||
|
||||
.include "../../wm/windowmaker/buildlink3.mk"
|
||||
.include "../../x11/libXinerama/buildlink3.mk"
|
||||
.include "../../x11/libXmu/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue