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/libqrencode | |
parent | b559f5897ca3904e005ac65efdfc3ce548f46f88 (diff) |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382266
Diffstat (limited to 'graphics/libqrencode')
-rw-r--r-- | graphics/libqrencode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 6427e31112a6..ed4373a1d374 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -32,6 +32,6 @@ PLIST_FILES= bin/qrencode \ post-patch: @${REINPLACE_CMD} -e 's,libpng12,libpng,' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '9s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/libqrencode.pc.in + @${REINPLACE_CMD} -e '9s|$$| -lpthread|' ${WRKSRC}/libqrencode.pc.in .include <bsd.port.mk> |