diff options
author | adam <adam@pkgsrc.org> | 2009-11-02 08:52:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-11-02 08:52:51 +0000 |
commit | 432a1596b925e1eb550e4950807478f9c6984c91 (patch) | |
tree | 7f344c10c498c193d50f3cc31d0cc111ffba5423 /devel | |
parent | 40fcf6adeb92f012910c45136060425f32da2b2e (diff) | |
download | pkgsrc-432a1596b925e1eb550e4950807478f9c6984c91.tar.gz |
Link against X11, do not dlopen X11 libs any more
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 6b469b759dc..0842ad33bde 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2009/10/23 06:05:07 adam Exp $ +# $NetBSD: Makefile,v 1.88 2009/11/02 08:52:51 adam Exp $ DISTNAME= SDL-1.2.14 CATEGORIES= devel games @@ -64,6 +64,7 @@ MAKE_ENV+= AM_CFLAGS=${AM_CFLAGS:M*:Q} # Irix comes with GL, which works fine for SDL .if ${OPSYS} != "IRIX" && ${OPSYS} != "Darwin" +CONFIGURE_ARGS+= --disable-x11-shared .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" |