aboutsummaryrefslogtreecommitdiff
path: root/graphics/glitz
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 20:09:42 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 20:09:42 +0000
commit9746d6524b4b8f6eec917896d1814e3f731dcc21 (patch)
treec75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/glitz
parentb559f5897ca3904e005ac65efdfc3ce548f46f88 (diff)
downloadports-9746d6524b4b8f6eec917896d1814e3f731dcc21.tar.gz
ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.zip
Notes
Diffstat (limited to 'graphics/glitz')
-rw-r--r--graphics/glitz/Makefile3
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>