summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-10-31 22:48:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-10-31 22:48:28 +0000
commit4702deb60ad32f70b8eda99368b725e2501477af (patch)
treea95b16b9d082a247ecd12d09821a34678f7c4746
parentFix 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/Makefile2
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