diff options
Diffstat (limited to 'net/xmlrpc-c/Makefile')
-rw-r--r-- | net/xmlrpc-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 70f8d7d1600f..b772f61e7d2c 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -37,7 +37,7 @@ BROKEN= "Does not compile" pre-patch: @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/lib/abyss/src/data.c \ - ${WRKSRC}/tools/turbocharger/mod_gzip.c + ${WRKSRC}/tools/turbocharger/mod_gzip.c post-install: @${RM} -f ${PREFIX}/lib/*.la |