diff options
author | petef <petef@FreeBSD.org> | 2003-05-19 09:13:45 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-19 09:13:45 +0800 |
commit | 4b6a00b92da6a6c19a2ee62e21205d03ca182f4b (patch) | |
tree | 7483f15ed50ae07f07122e9da402bb875c5a5ab3 /multimedia | |
parent | b4d92682d85aab81b87f2aa4ab29468054b5face (diff) | |
download | freebsd-ports-gnome-4b6a00b92da6a6c19a2ee62e21205d03ca182f4b.tar.gz freebsd-ports-gnome-4b6a00b92da6a6c19a2ee62e21205d03ca182f4b.tar.zst freebsd-ports-gnome-4b6a00b92da6a6c19a2ee62e21205d03ca182f4b.zip |
Remove hardwired arch-dependent flags from CFLAGS.
PR: 52276
Submitted by: Ports Fury
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libquicktime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index 16ad0c6cb988..7245290534ce 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> |