Need to explicitly link against libiconv on Solaris.
This commit is contained in:
parent
94eb2f0ba4
commit
df1ad53f33
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.71 2012/11/18 01:56:20 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.72 2012/12/19 14:26:37 jperkin Exp $
|
||||
|
||||
DISTNAME= gnuplot-4.6.1
|
||||
PKGREVISION= 1
|
||||
|
@ -43,6 +43,8 @@ CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
|
|||
.include "../../devel/readline/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
LDFLAGS.SunOS+= -liconv
|
||||
|
||||
# Make this available to patch-ah so the font path can include pkgsrc fonts.
|
||||
SUBST_CLASSES+= fontpath
|
||||
SUBST_STAGE.fontpath= pre-configure
|
||||
|
|
Loading…
Reference in a new issue