diff options
Diffstat (limited to 'math/graphthing')
-rw-r--r-- | math/graphthing/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 41e1add1d7b6..f46ae8107b2f 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -22,9 +22,7 @@ GNU_CONFIGURE= yes MAKEFILE= GNUmakefile PLIST_FILES= bin/graphthing bin/gt - -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -lpthread post-patch: @${REINPLACE_CMD} -e \ |