On Mon, Jun 26, 2017 at 09:11:20PM +0200, Matthias Kilian wrote:
> Hi,
>
> the pending update of print/poppler will require the use of a C++-11
> capable compiler, so set COMPILER=gcc.
>
> Builds fine for me on amd64 (still with gcc as the default compiler
> in base).
>
> ok?
>
ok shadchin@
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/editors/texmaker/Makefile,v
> retrieving revision 1.34
> diff -u -p -r1.34 Makefile
> --- Makefile 12 Apr 2017 18:12:33 -0000 1.34
> +++ Makefile 26 Jun 2017 19:04:36 -0000
> @@ -3,7 +3,7 @@
> COMMENT= LaTeX development environment
> DISTNAME= texmaker-4.5
> CATEGORIES= editors
> -REVISION= 0
> +REVISION= 1
>
> HOMEPAGE= http://www.xm1math.net/texmaker/
>
> @@ -17,7 +17,10 @@ EXTRACT_SUFX= .tar.bz2
>
> WANTLIB += ICE QtGui QtNetwork QtScript QtWebKit QtXml SM X11
> WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.6
> -WANTLIB += m poppler-qt4 pthread ${LIBCXX} z
> +WANTLIB += m poppler-qt4 pthread z
> +
> +# c++-11 for required for poppler
> +COMPILER= gcc
>
> MODULES= devel/qmake x11/qt4
> MODQMAKE_ARGS= DESKTOPDIR=${LOCALBASE}/share/applications \
--
Alexandr Shadchin
No comments:
Post a Comment