diff options
Diffstat (limited to 'graphics/glitz/Makefile')
-rw-r--r-- | graphics/glitz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index 19f966dace48..174ef013c533 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread .include <bsd.port.mk> |