diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-31 22:48:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-31 22:48:28 +0000 |
commit | 4702deb60ad32f70b8eda99368b725e2501477af (patch) | |
tree | a95b16b9d082a247ecd12d09821a34678f7c4746 | |
parent | Fix build on i386 by using time_t instead of long for a timestamp. (diff) |
- Mark BROKEN: does not compile
./../libavcodec/common.h:61:30: error: array type has incomplete element type
./../libavcodec/common.h:63:30: error: array type has incomplete element type
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=284807
-rw-r--r-- | multimedia/avifile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index 329ba21aa711..ba4eecdab9c1 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -19,6 +19,8 @@ COMMENT= AVI player/converter with numerous codecs, including MPEG-4(DivX ;-)) BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +BROKEN= does not compile + USE_SUBMAKE= yes USE_BZIP2= yes USE_GMAKE= yes |