On Fri, Jul 20, 2012 at 02:13:53PM +0000, John Marino wrote: > Module Name: pkgsrc > Committed By: marino > Date: Fri Jul 20 14:13:53 UTC 2012 > > Modified Files: > pkgsrc/net/mldonkey-gui: Makefile > > Log Message: > net/mldonkey-gui: CONFIGURE_ARGS+= --disable-option-checking > > On DragonFly, this package always halted on the configure stage with the > message, "configure: error: unrecognized options: --with-libintl-prefix" > > We couldn't find the source of this obsolete configure option, it didn't > come from mldonkey and devel/gettext-lib isn't a dependency. Adding > --disable-option-checking changed allowed this to be a warning rather than > a fatal error and also allows a successful build. > > Background: DragonFly doesn't have libintl in base. It sounds like devel/gettext-lib needs to be added and not working around that by introducing another option. Bernd