Date: Wed, 30 Apr 2008 23:23:47 -0500 From: "Jose Alonso Cardenas Marquez" <acm@FreeBSD.org> To: "TooMany Secrets" <toomany@toomany.net> Cc: freebsd-ports <freebsd-ports@freebsd.org> Subject: Re: About PR 121431 (devel/ccrtp doesn't build with security/libgcrypt 1.4.0 on FreeBSD 5.x) Message-ID: <4a173bfc0804302123x52e0f327j7555ddbd1fbd4a0c@mail.gmail.com> In-Reply-To: <e8b5dfd50804300647i3759328eud04e7983f99f6e5e@mail.gmail.com> References: <e8b5dfd50804300647i3759328eud04e7983f99f6e5e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
2008/4/30, TooMany Secrets <toomany@toomany.net>: > Hi! > > I have a FreeBSD 7.0-STABLE, and I'm having the same problem related > at PR 121431 compiling "twinkle" port. > > I try also to add the file "patch-1.diff" showed at: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=121431 > Please could you test this patch? --- Makefile 2008-04-30 23:17:46.000000000 -0500 +++ Makefile 2008-04-30 23:18:33.000000000 -0500 @@ -28,5 +28,6 @@ post-patch: @cd ${WRKSRC}/src && \ ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \; + @${REINPLACE_CMD} -e "s|-pedantic||g" ${WRKSRC}/configure .include <bsd.port.mk> It seems like devel/ccrtp fails on all FreeBSD versions when -pedantic is passed to WARN_FLAGS. I saw this problem on 6-STABLE(i386) and 7-STABLE(amd64) Greetings ACM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a173bfc0804302123x52e0f327j7555ddbd1fbd4a0c>