Really disable X11 on IRIX and Darwin
This commit is contained in:
parent
ed52d1f8d7
commit
81c9a6baca
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.104 2012/03/03 12:54:16 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.105 2012/08/29 23:07:08 adam Exp $
|
||||
|
||||
DISTNAME= SDL-1.2.15
|
||||
PKGREVISION= 3
|
||||
|
@ -59,6 +59,8 @@ CONFIGURE_ARGS+= --disable-x11-shared
|
|||
.include "../../x11/libXt/buildlink3.mk"
|
||||
.include "../../x11/xextproto/buildlink3.mk"
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
.endif
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue