pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/graphics/openexr
Can you explain this some more, please?
Nothing seems to be Linux-specific in that Makefile, and none
of the usual bsd.prefs.mk variables seem to be used.
Thomas
On Sun, Dec 04, 2016 at 11:40:33PM +0000, Blue Rats wrote:
> Module Name: pkgsrc
> Committed By: rodent
> Date: Sun Dec 4 23:40:33 UTC 2016
>
> Modified Files:
> pkgsrc/graphics/openexr: Makefile
>
> Log Message:
> Needs bsd.prefs.mk. Otherwise, vars seem to get clobbered and the build
> fails on Linux, breaking lots of packages.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/openexr/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
> Modified files:
>
> Index: pkgsrc/graphics/openexr/Makefile
> diff -u pkgsrc/graphics/openexr/Makefile:1.35 pkgsrc/graphics/openexr/Makefile:1.36
> --- pkgsrc/graphics/openexr/Makefile:1.35 Fri Aug 22 11:24:26 2014
> +++ pkgsrc/graphics/openexr/Makefile Sun Dec 4 23:40:33 2016
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile,v 1.35 2014/08/22 11:24:26 wiz Exp $
> +# $NetBSD: Makefile,v 1.36 2016/12/04 23:40:33 rodent Exp $
>
> DISTNAME= openexr-2.2.0
> PKGREVISION= 3
> @@ -19,6 +19,8 @@ TEST_TARGET= check
>
> GCC_REQD+= 4.3
>
> +.include "../../mk/bsd.prefs.mk"
> +
> PTHREAD_OPTS+= require
> LIBS.IRIX+= -lmx
> LIBS.SunOS+= -lm
>
Home |
Main Index |
Thread Index |
Old Index