diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-21 10:12:31 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-21 10:12:31 +0000 |
commit | a496109e19f7386588ed829aed802ae68537bb17 (patch) | |
tree | 9070ab01f374ac28c07b717bfa256216a1fee199 /graphics/yafray/Makefile | |
parent | 38a3d0cc77bbb40c8b7e936f49440377acb0c193 (diff) |
Notes
Diffstat (limited to 'graphics/yafray/Makefile')
-rw-r--r-- | graphics/yafray/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 9e504aa4bad7..6ed07ac60ac1 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -20,20 +20,10 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -ffast-math -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "You can enable additional compilation optimizations" - @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" -.endif - .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700014 -BROKEN= depends on posix_memalign(3) +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x .endif pre-patch: |