summaryrefslogtreecommitdiff
path: root/devel/clint
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-14 09:42:12 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-14 09:42:12 +0000
commit03cceed935615886af3d9551e9fb9b573ce3744a (patch)
treefefb362514ed477cab8a0c201ef842c790185635 /devel/clint
parentDeprecate ports related to no more support vmware versions (diff)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=312209
Diffstat (limited to 'devel/clint')
-rw-r--r--devel/clint/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile
index 4f31d4f505d6..0474533d9716 100644
--- a/devel/clint/Makefile
+++ b/devel/clint/Makefile
@@ -25,7 +25,6 @@ USE_LDCONFIG= yes
INFO= clint
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-pedantic||g ; \
s|-ldl||g'