pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/openexr
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