diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-08-17 13:58:22 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-08-17 13:58:22 +0000 |
commit | 9c5e6654f7fbf2935a87fa3fd8ae47ff1e9a59a0 (patch) | |
tree | c90ae6d648f4f56949500d956d67f545612d1220 /lib/libGL/dri/swrastg | |
parent | ce102378455fdaa6d4037e4c9741d7fea8915117 (diff) |
Upate to libGL 7.11.2
Tested by jsg@, matthieu@ and ajacoutot@, ok mattieu@
Diffstat (limited to 'lib/libGL/dri/swrastg')
-rw-r--r-- | lib/libGL/dri/swrastg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGL/dri/swrastg/Makefile b/lib/libGL/dri/swrastg/Makefile index 8bac1d30b..cb3a9f241 100644 --- a/lib/libGL/dri/swrastg/Makefile +++ b/lib/libGL/dri/swrastg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2012/07/13 12:54:20 mpi Exp $ +# $OpenBSD: Makefile,v 1.2 2012/08/17 13:58:00 mpi Exp $ LIB= swrast_dri.so @@ -45,7 +45,7 @@ LDADD= ../../gallium/libmesagallium/libmesagallium_pic.a \ # XXX This is wrong but the gallium drivers depend on libpthread # and some bindings still fail even with the LD_PRELOAD hack when # starting X. -#LDADD+= -lpthread +LDADD+= -lpthread DPADD= ../../gallium/libmesagallium/libmesagallium_pic.a .include "../../gallium/Makefile.inc" |