diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:04:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:04:10 +0000 |
commit | c401538bead79fdc9e59a04467e35222b7e7b544 (patch) | |
tree | 84106bbfa516aa641ebbf8f5081adecccd0b4aa1 /misc/gkrellm-helium | |
parent | 3ce0866a9c937f93aedead3fd9faca8580b92a2c (diff) |
Notes
Diffstat (limited to 'misc/gkrellm-helium')
-rw-r--r-- | misc/gkrellm-helium/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gkrellm-helium/Makefile b/misc/gkrellm-helium/Makefile index d818a6d5d114..df964a385ed9 100644 --- a/misc/gkrellm-helium/Makefile +++ b/misc/gkrellm-helium/Makefile @@ -28,5 +28,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local/lib/gkrellm2/plugins|${PREFIX}/libexec/gkrellm2/plugins| ; \ s|CFLAGS =|CFLAGS?=| ; s|-lcurl|-lcurl -L${LOCALBASE}/lib|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|ulong|u_long|' ${WRKSRC}/*.c + @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/http_net.c .include <bsd.port.mk> |