diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-19 13:55:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-19 13:55:06 +0000 |
commit | 8d0433a31355d458986b7c835f338b3c6eccfc82 (patch) | |
tree | f937e602f1026e1774f69026fe647d14c93ad558 /graphics/opencolorio/Makefile | |
parent | 9a73ea67fa2de15955b82b16bfd18bc9433e0ef7 (diff) | |
download | ports-8d0433a31355d458986b7c835f338b3c6eccfc82.tar.gz ports-8d0433a31355d458986b7c835f338b3c6eccfc82.zip |
Notes
Diffstat (limited to 'graphics/opencolorio/Makefile')
-rw-r--r-- | graphics/opencolorio/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index 63480982060d..736b97070d76 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= opencolorio -PORTVERSION= 1.0.7 -PORTREVISION?= 1 +PORTVERSION= 1.0.8 +PORTREVISION?= 0 CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenColorIO GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= b3cb224 +GH_COMMIT= 8883824 .if !defined(OCIO_TOOLS) USE_PYTHON= 2.6+ @@ -56,9 +56,9 @@ CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=OFF .include <bsd.port.pre.mk> -.if ${CC:T} == "clang" && ${ARCH} == "i386" +.if ${CC:T} == "clang" && ${ARCH} == "i386" && ${OSVERSION} < 901000 # workaround for pr/165968 -# may need to test osversion after fix is applied +# was fixed in 9-STABLE before 9.1-RELEASE but not passed into 9-RELEASE CFLAGS+= -march=pentium2 .endif |