diff options
Diffstat (limited to 'graphics/xaos/Makefile')
-rw-r--r-- | graphics/xaos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index af82b2b92ee0..45ff6cca0e92 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -40,7 +40,7 @@ NLS_CONFIGURE_ENABLE= nls THREADS_DESC= Enable SMP support (experimental) THREADS_CONFIGURE_WITH= pthread -THREADS_LIBS= ${PTHREAD_LIBS} +THREADS_LIBS= -lpthread CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |