Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 20:04:33 +0100
From:      =?UTF-8?B?VMSzbA==?= Coosemans <tijl@FreeBSD.org>
To:        "Alexandre C. =?UTF-8?B?R3VpbWFyw6Nlcw==?=" <rigoletto@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r493777 - head/graphics/mupdf
Message-ID:  <20190224200433.7fd8713a@kalimero.tijl.coosemans.org>
In-Reply-To: <201902241748.x1OHmFn9033041@repo.freebsd.org>
References:  <201902241748.x1OHmFn9033041@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 24 Feb 2019 17:48:15 +0000 (UTC) Alexandre C. Guimar=C3=A3es
<rigoletto@FreeBSD.org> wrote:
> Author: rigoletto
> Date: Sun Feb 24 17:48:15 2019
> New Revision: 493777
> URL: https://svnweb.freebsd.org/changeset/ports/493777
>=20
> Log:
>   graphics/mupdf: fix build when graphics/openjpeg15 is present.
>  =20
>   PR:		235996
>   Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
>   Reported by:	Marco Beishuizen <mbeis@xs4all.nl>
>   Approved by:	tcberner (mentor)
>=20
> Modified:
>   head/graphics/mupdf/Makefile
>=20
> Modified: head/graphics/mupdf/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/graphics/mupdf/Makefile	Sun Feb 24 17:40:26 2019	(r493776)
> +++ head/graphics/mupdf/Makefile	Sun Feb 24 17:48:15 2019	(r493777)
> @@ -27,6 +27,9 @@ USE_GL=3D		gl glut
>  CPE_VENDOR=3D	artifex
>  USE_LDCONFIG=3D	yes
> =20
> +# pkg-config to avoid the conflict with openjpeg15
> +CFLAGS+=3D	`pkg-config --cflags libopenjp2`

This means pkg-config will run every time the compiler is run.  Can't
you simply list the actual cflags here?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190224200433.7fd8713a>