diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-14 12:03:47 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-14 12:03:47 +0000 |
commit | b07eda016eb4ea437ceac4ade9b42e305f93b4a7 (patch) | |
tree | 7251161ccdc2d8a1b4745c02b75accc298a66c05 | |
parent | 99229793c20853706dd166b24771d5dfca3d7aa4 (diff) | |
download | pkgsrc-b07eda016eb4ea437ceac4ade9b42e305f93b4a7.tar.gz |
SunOS needs an explicit -liconv.
-rw-r--r-- | editors/lyx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 70ff9bb1fc1..096b4eee57d 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2016/03/27 19:52:32 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2016/04/14 12:03:47 jperkin Exp $ DISTNAME= lyx-2.1.2.2 PKGREVISION= 4 @@ -68,6 +68,7 @@ USE_PKGLOCALEDIR= YES PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.6.10 CXXFLAGS.Linux+= -fpermissive +LDFLAGS.SunOS+= -liconv CONFIGURE_ARGS+= --without-included-mythes CONFIGURE_ARGS+= --without-included-boost |