2008/4/30, TooMany Secrets <[EMAIL PROTECTED]>:
> 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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to