diff options
Diffstat (limited to 'devel/cgit/Makefile')
-rw-r--r-- | devel/cgit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index b9d0657..172b1fa 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -39,8 +39,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e '/^CC =/d' ${WRKSRC}/git/Makefile - @${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/' \ - -e 's,/usr,${PREFIX},g' \ + @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' \ -e 's,-Igit,-I.,g' ${WRKSRC}/Makefile post-install: |