aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpgtx
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-15 10:47:45 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-15 10:47:45 +0000
commit71c537e275026b233960a21c2e11b88b800c3b36 (patch)
treedd21b6247d7862de7a9dfc528d3b2cf8846410ed /multimedia/mpgtx
parent2bcc063df5c2a59646297267d0db0a3c0788e496 (diff)
downloadports-71c537e275026b233960a21c2e11b88b800c3b36.tar.gz
ports-71c537e275026b233960a21c2e11b88b800c3b36.zip
Notes
Diffstat (limited to 'multimedia/mpgtx')
-rw-r--r--multimedia/mpgtx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpgtx/Makefile b/multimedia/mpgtx/Makefile
index 782b2361fdec..342dc02d19f2 100644
--- a/multimedia/mpgtx/Makefile
+++ b/multimedia/mpgtx/Makefile
@@ -31,12 +31,12 @@ MLINKS= mpgtx.1 mpgcat.1 \
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 600000
-CFLAGS+= -O
+CFLAGS+= -fno-unit-at-a-time
.endif
pre-patch:
@${REINPLACE_CMD} -e 's|CFLAGS=|CFLAGS\+=|g ; \
- s|\$$cflags \$$optimization_cflags|$$cflags|g ; \
+ s|\$$cflags \$$optimization_cflags|${CFLAGS}|g ; \
s|g++|${CXX}|g; s|-pedantic||' ${WRKSRC}/configure
do-install: