aboutsummaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-12 22:40:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-12 22:40:30 +0000
commit537c480ff1437818dd2dc0ac3c640621a78d352c (patch)
tree750e8acbac54f4efc59298b15356ab74d8f79051 /net/DarwinStreamingServer
parent77d1c02fb962b19048d87808158b8a4fe8db7c31 (diff)
downloadports-537c480ff1437818dd2dc0ac3c640621a78d352c.tar.gz
ports-537c480ff1437818dd2dc0ac3c640621a78d352c.zip
- Mark BROKEN with GCC 4.2 on !i386 (cast from void to int loses precision)
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202649
Diffstat (limited to 'net/DarwinStreamingServer')
-rw-r--r--net/DarwinStreamingServer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile
index ce9c61e772f1..2050b904aa3a 100644
--- a/net/DarwinStreamingServer/Makefile
+++ b/net/DarwinStreamingServer/Makefile
@@ -35,6 +35,12 @@ MAKE_ENV+= CC="${CC}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042 && ${ARCH} != i386
+BROKEN= Does not compile
+.endif
+
post-extract:
@${RM} -rf ${WRKSRC}/dssPackageMetaData ${WRKSRC}/pubPackageMetaData ${WRKSRC}/qtssPackageMetaData
@@ -137,4 +143,4 @@ do-install:
@(cd ${WRKSRC}/${OPSYS}; ${SETENV} ${MAKE_ENV} ./Install)
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>