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/glitz | |
parent | b559f5897ca3904e005ac65efdfc3ce548f46f88 (diff) | |
download | ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.tar.gz ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.zip |
Notes
Diffstat (limited to 'graphics/glitz')
-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> |