diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-27 11:54:32 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-27 11:54:32 +0000 |
commit | b9fa279bcea919034e2247f0c85c21eff5762a0f (patch) | |
tree | 734d6401ffcd0a7ace2ddc11878dc3cbd1f6919a /devel/SDL/Makefile | |
parent | 210ff82f99a74953db86b23291eaa97d7a028b0a (diff) | |
download | pkgsrc-b9fa279bcea919034e2247f0c85c21eff5762a0f.tar.gz |
Make sdl-config --libs find libX11.
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r-- | devel/SDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index b1ed1bcfea6..dc68112c608 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/12/03 04:33:10 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/27 11:54:32 hubertf Exp $ # DISTNAME= SDL-1.1.6 @@ -22,7 +22,7 @@ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --disable-pthread-sem CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -D_POSIX_THREAD_SYSCALL_SOFT=1" -LDFLAGS+= -Wl,-R${X11BASE}/lib +LDFLAGS+= -Wl,-R${X11BASE}/lib -L${X11BASE}/lib #CC= ${LOCALBASE}/pthreads/bin/pgcc pre-patch: |