Subject: pkg/28811: mail/ripmime does not compile with non-cc
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <georg.schwarz@freenet.de>
List: pkgsrc-bugs
Date: 12/29/2004 23:33:00
>Number: 28811
>Category: pkg
>Synopsis: mail/ripmime does not compile with non-cc
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Dec 29 23:33:00 +0000 2004
>Originator: Georg Schwarz
>Release: current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
mail/ripmime uses -Wall, which may not be supported on non-cc systems.
>How-To-Repeat:
>Fix:
Add USE_BUILDLINK3=yes to Makefile.
Even better, in addition change patches/patch-aa not to have
CFLAGS+=-I.
only. (and the same for ripOLE/Makefile, tnef/Makefile) The other flags should be automatically added by pkgsrc if needed.