diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-28 14:11:20 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-28 14:11:20 +0000 |
commit | 31c8d3fc870e6dabce2afbf259d365a550c5bf90 (patch) | |
tree | 68fdc712bfe33d5ac498e7e8063925672b8f0f02 /net | |
parent | 758636d2695806d074288a8765552b39d184da3c (diff) | |
download | ports-31c8d3fc870e6dabce2afbf259d365a550c5bf90.tar.gz ports-31c8d3fc870e6dabce2afbf259d365a550c5bf90.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/lmd/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/lmd/Makefile b/net/lmd/Makefile index a3b0dc99d7d8..eb3d8709140d 100644 --- a/net/lmd/Makefile +++ b/net/lmd/Makefile @@ -22,6 +22,12 @@ PKGMESSAGE= ${WRKDIR}/pkg-message MAKE_ENV+= CPPFLAGS="-DPREFIX=\\\"${PREFIX}\\\"" +post-patch: + ${REINPLACE_CMD} -i.bak -e 's|varargs.h|stdarg.h|' \ + ${WRKSRC}/chkmodules.h \ + ${WRKSRC}/main.h \ + ${WRKSRC}/modules_check/ldd_http_module.h + post-build: @${REINPLACE_CMD} -e 's,%PREFIX%,${PREFIX},g' \ ${.CURDIR}/pkg-message.in > ${WRKDIR}/pkg-message |