aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mpgtx
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-06-13 04:55:51 +0800
committerarved <arved@FreeBSD.org>2004-06-13 04:55:51 +0800
commite1720752e3471da8111fdfcbac74b2a24e1330bf (patch)
tree049cefd17f4508ca1f0604f1d66d4c65982bf3ab /multimedia/mpgtx
parenta4087d433017a5774533bbbe3f225e054eb20ae6 (diff)
downloadfreebsd-ports-gnome-e1720752e3471da8111fdfcbac74b2a24e1330bf.tar.gz
freebsd-ports-gnome-e1720752e3471da8111fdfcbac74b2a24e1330bf.tar.zst
freebsd-ports-gnome-e1720752e3471da8111fdfcbac74b2a24e1330bf.zip
Fix build with gcc34
Diffstat (limited to 'multimedia/mpgtx')
-rw-r--r--multimedia/mpgtx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpgtx/Makefile b/multimedia/mpgtx/Makefile
index 7b211cecfdce..439cc04e4486 100644
--- a/multimedia/mpgtx/Makefile
+++ b/multimedia/mpgtx/Makefile
@@ -31,7 +31,7 @@ MLINKS= mpgtx.1 mpgcat.1 \
pre-patch:
@${REINPLACE_CMD} -e 's|CFLAGS=|CFLAGS\+=|g ; \
s|\$$cflags \$$optimization_cflags|$$cflags|g ; \
- s|g++|${CXX}|g' ${WRKSRC}/configure
+ s|g++|${CXX}|g; s|-pedantic||' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mpgtx ${PREFIX}/bin