summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-05-19 01:13:45 +0000
committerpetef <petef@FreeBSD.org>2003-05-19 01:13:45 +0000
commit4b6a00b92da6a6c19a2ee62e21205d03ca182f4b (patch)
tree7483f15ed50ae07f07122e9da402bb875c5a5ab3 /multimedia
parentb4d92682d85aab81b87f2aa4ab29468054b5face (diff)
downloadFreeBSD-ports-4b6a00b92da6a6c19a2ee62e21205d03ca182f4b.zip
FreeBSD-ports-4b6a00b92da6a6c19a2ee62e21205d03ca182f4b.tar.gz
Remove hardwired arch-dependent flags from CFLAGS.
PR: 52276 Submitted by: Ports Fury
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libquicktime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile
index 16ad0c6..7245290 100644
--- a/multimedia/libquicktime/Makefile
+++ b/multimedia/libquicktime/Makefile
@@ -34,7 +34,7 @@ MAN1= lqtplay.1
CFLAGS+= -O0
post-patch:
- @${REINPLACE_CMD} -e 's|CFLAGS=".*-O3|CFLAGS="\$$CFLAGS|g ; \
- s|CFLAGS=".*-O6|CFLAGS="\$$CFLAGS|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|$$OPTIMIZE_CFLAGS $$COMMON_CFLAGS|$$CFLAGS|g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>
OpenPOWER on IntegriCloud