diff options
author | sat <sat@FreeBSD.org> | 2007-07-15 00:36:26 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-15 00:36:26 +0800 |
commit | f335b9a0a56ad0a7c32c89f1f1fea6af80f9cafa (patch) | |
tree | 8421a16cb05892479aaf0ee7593d46bd41f54d79 /multimedia/nuppelvideo | |
parent | f355f898acfa0ec33ca2b2c6c448536ee8829b34 (diff) | |
download | freebsd-ports-gnome-f335b9a0a56ad0a7c32c89f1f1fea6af80f9cafa.tar.gz freebsd-ports-gnome-f335b9a0a56ad0a7c32c89f1f1fea6af80f9cafa.tar.zst freebsd-ports-gnome-f335b9a0a56ad0a7c32c89f1f1fea6af80f9cafa.zip |
- Unbreak with gcc4
Approved by: portmgr (pav)
Diffstat (limited to 'multimedia/nuppelvideo')
-rw-r--r-- | multimedia/nuppelvideo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/nuppelvideo/Makefile b/multimedia/nuppelvideo/Makefile index 047010549a59..274d3f73fc97 100644 --- a/multimedia/nuppelvideo/Makefile +++ b/multimedia/nuppelvideo/Makefile @@ -32,10 +32,6 @@ CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - ### ## Auto detected features ### @@ -76,6 +72,7 @@ post-patch: -e 's|^CC.*$$|#|' \ -e 's|^(COPTSRT).*$$|\1=\$$(CFLAGS)|' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|[(]__u8[)]strm[[]|((__u8*)strm)[|' ${WRKSRC}/RTjpegN.c post-install: .if !defined(NOPORTDOCS) |