diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/scmgit-base/Makefile b/devel/scmgit-base/Makefile index 92d3636b78e..1f054e0f58b 100644 --- a/devel/scmgit-base/Makefile +++ b/devel/scmgit-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/01/20 15:43:38 adam Exp $ +# $NetBSD: Makefile,v 1.39 2012/02/17 13:54:02 hans Exp $ .include "../../devel/scmgit/Makefile.common" @@ -83,6 +83,8 @@ SUBST_STAGE.fix-cd-P= pre-build SUBST_SED.fix-cd-P= -e "s/cd -P/cd/g" .endif +LDFLAGS.SunOS+= -lintl + .include "options.mk" .include "../../converters/libiconv/buildlink3.mk" |