diff options
author | reed <reed@pkgsrc.org> | 2004-06-04 15:30:35 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-06-04 15:30:35 +0000 |
commit | 51f26deb5909314b0f06771a7618ef2623277b5b (patch) | |
tree | 61abfddcae345773dd19c1bd83e5a5f21791b53d /editors/lyx-qt | |
parent | 681fedc2bd6c863bf98266e3e3ad80c29bb37d32 (diff) | |
download | pkgsrc-51f26deb5909314b0f06771a7618ef2623277b5b.tar.gz |
Include converters/libiconv/buildlink3.mk in Makefile.common
and bump PKGREVISIONS for lyx-qt and lyx-xforms packages.
lyx uses iconv. The build suggests using libiconv.
Under NetBSD 1.6.2, the lyx-qt build broke when not including
this buildlink. Under Linux and NetBSD 2.x, it built fine before
because it found native iconv() and used it.
Thank you to John R. Shannon for research.
Okayed by maintainer, Martti Kuparinen.
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index be9b9ad48e1..e728c7a47e8 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2004/05/29 11:27:09 shannonjr Exp $ +# $NetBSD: Makefile,v 1.13 2004/06/04 15:30:35 reed Exp $ # .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT+= (QT version) diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 4b6a6c10976..8d5ed40da64 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2004/04/17 23:59:21 snj Exp $ +# $NetBSD: Makefile.common,v 1.18 2004/06/04 15:30:35 reed Exp $ # DISTNAME= lyx-1.3.4 @@ -76,6 +76,7 @@ PYTHON_PATCH_SCRIPTS= lib/lyx2lyx/lyx2lyx \ lib/scripts/pic2ascii.py \ lib/scripts/pic2png_eps.py +.include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../textproc/aiksaurus/buildlink3.mk" |