summaryrefslogtreecommitdiff
path: root/multimedia/streamdvd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-17 09:45:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-17 09:45:25 +0000
commitcf4aa15b38efd5f62084ae7667c6927427be4967 (patch)
treef3b126b5ce7ee8ff5225a8634454155424e60567 /multimedia/streamdvd
parent- Fix build with gcc 4.2 (diff)
- Unbreak
- Fix build with gcc 4.2 PR: 116814 Submitted by: miwi Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=201608
Diffstat (limited to 'multimedia/streamdvd')
-rw-r--r--multimedia/streamdvd/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/streamdvd/Makefile b/multimedia/streamdvd/Makefile
index f8f6b7a66938..604cd7d71707 100644
--- a/multimedia/streamdvd/Makefile
+++ b/multimedia/streamdvd/Makefile
@@ -27,6 +27,7 @@ post-patch:
${WRKSRC}/mplex/mplex.cpp ${WRKSRC}/streamdvd.c
@${REINPLACE_CMD} -e 's|<stdint\.h>|<unistd.h>|' \
${WRKSRC}/mplex/mjpeg_types.h
+ @${REINPLACE_CMD} -e '48s|ZAlphaStream::||' ${WRKSRC}/mplex/zalphastrm.hpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/streamdvd ${PREFIX}/bin
@@ -35,10 +36,4 @@ do-install:
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>