diff options
author | hans <hans> | 2012-02-17 13:54:02 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-17 13:54:02 +0000 |
commit | e5ec49884bfaf38a993f2b2171249ce221cca52d (patch) | |
tree | 9911639aae28c0179c86f3a9a18045d2a6925b04 /devel/scmgit-base | |
parent | 90b765cb3ad4f119ea1b8b8402b561a3a962165f (diff) | |
download | pkgsrc-e5ec49884bfaf38a993f2b2171249ce221cca52d.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'devel/scmgit-base')
-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" |