Subject: CVS commit: pkgsrc/ham/tnt
From: John Marino
Date: 2012-08-08 15:11:49
Message id: 20120808131149.62CD6175DD@cvs.netbsd.org

Log Message:
ham/tnt: Fix build on DragonFly

Problem 1: $la and $lo would not expand with the intl/makefile
           I couldn't get SUBST_SED to manually replace them either.
	   Use of MAKE_ENV also failed.
Problem 2: DragonFly doesn't have base libintl.  This package will
           not build without -lintl LDFLAG.

Solution was to convert existing SUBST_SED into a patch and expand
$la to "a" and $lo to "o" on the intl/Makefile.in file.
Tested on both DragonFly and NetBSD

Files:
RevisionActionfile
1.29modifypkgsrc/ham/tnt/Makefile
1.10modifypkgsrc/ham/tnt/distinfo
1.1addpkgsrc/ham/tnt/patches/patch-intl_Makefile.in