diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2022-11-17 14:39:58 -0700 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2022-11-17 14:41:14 -0700 |
| commit | 4f0b176a99d7af71eee619cee173d6f1fafcf55b (patch) | |
| tree | 88bf538d9b8a9c4aae39f02ff0776ccc468d8091 | |
| parent | dns/dnsmasq-devel: update to 2.88rc3 (diff) | |
news/inn: Remove com_err.h handling
Autoconf will do the right thing
Reported by: Julien ELIE <julien@trigofacile.com>
| -rw-r--r-- | news/inn/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 215d23cf1111..43f8ef0bfb22 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -198,9 +198,6 @@ GID!= id -g post-patch: @${REINPLACE_CMD} -E 's!\$$[{(]PATHETC[})]!${EXAMPLESDIR}!g' \ ${WRKSRC}/site/Makefile - @${REINPLACE_CMD} -e 's!et/com_err\.h!com_err.h!g' \ - -e 's!-lk5crypto!!g' \ - ${WRKSRC}/configure ${WRKSRC}/authprogs/auth_krb5.c @${REINPLACE_CMD} -e '/^#pragma/d' ${WRKSRC}/*/*.c .if ${PORT_OPTIONS:MBERKELEYDB} @${REINPLACE_CMD} -e 's!-ldb!-ldb-${BDB_VER}!' ${WRKSRC}/configure |
