diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
commit | 9746d6524b4b8f6eec917896d1814e3f731dcc21 (patch) | |
tree | c75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/xaos | |
parent | b559f5897ca3904e005ac65efdfc3ce548f46f88 (diff) | |
download | ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.tar.gz ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.zip |
Notes
Diffstat (limited to 'graphics/xaos')
-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 |