Subject: variable set if using libintl (like ICONV_IS_GNU)
To: None <tech-pkg@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 11/03/2003 10:41:18
pkgsrc/x11/gnome-libs/patches/patch-aa has
+INTLLIBS="-lintl"
This causes the build to fail if libintl is not available.
Maybe that devel/gettext-lib/buildlink2.mk can set a variable saying if it
is used or not. (This would be similar to new ICONV_IS_GNU.)
Or it could set
_BLNK_LIBINTL_CONFIGURE_ENV.yes+= gt_cv_func_gettext_libintl="no"
Jeremy C. Reed
http://bsd.reedmedia.net/