summaryrefslogtreecommitdiff
path: root/editors/lyx
diff options
context:
space:
mode:
authorrhialto <rhialto@pkgsrc.org>2018-12-30 15:55:56 +0000
committerrhialto <rhialto@pkgsrc.org>2018-12-30 15:55:56 +0000
commitca80b39ebea307e0ad4772daa5cba196c87d1fd0 (patch)
tree70e719666d559377803a9dac3a68dc6c429909ab /editors/lyx
parent0cda5948a0b538e808e9eb8586c262ff4ffb3851 (diff)
downloadpkgsrc-ca80b39ebea307e0ad4772daa5cba196c87d1fd0.tar.gz
lyx: temporarily use the built-in boost
because the pkgsrc version has removed the deprecated boost/signal.hpp. To be reverted when upstream LyX fixes this.
Diffstat (limited to 'editors/lyx')
-rw-r--r--editors/lyx/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile
index a8cb141bef1..f2d43efd7eb 100644
--- a/editors/lyx/Makefile
+++ b/editors/lyx/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2018/12/13 19:51:50 adam Exp $
+# $NetBSD: Makefile,v 1.72 2018/12/30 15:55:56 rhialto Exp $
DISTNAME= lyx-2.2.2
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= editors
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/
MASTER_SITES+= ftp://ftp.sdsc.edu/pub/other/lyx/stable/2.2.x/
@@ -69,7 +69,8 @@ CXXFLAGS.Linux+= -fpermissive
LDFLAGS.SunOS+= -liconv
CONFIGURE_ARGS+= --without-included-mythes
-CONFIGURE_ARGS+= --without-included-boost
+# XXX Uncomment this after updating LyX to latest:
+#CONFIGURE_ARGS+= --without-included-boost
CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt4-libs} \
--with-qt4-dir=${QTDIR:Q} \
@@ -184,7 +185,7 @@ SUBST_SED.python+= -e 's,command("python -tt,command("${PYTHONBIN} -tt,'
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../textproc/mythes/buildlink3.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
+#.include "../../devel/boost-libs/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"