diff options
author | sat <sat@FreeBSD.org> | 2007-02-08 12:19:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-08 12:19:04 +0800 |
commit | 3bc7f313ecbd3e1723fecffe7a4afac0b44a232e (patch) | |
tree | f30af14eb40329dc702a69bb10651f700a727ee9 /multimedia/libquicktime | |
parent | e3db13f86d780c142f354ab1296d233549a7957c (diff) | |
download | freebsd-ports-gnome-3bc7f313ecbd3e1723fecffe7a4afac0b44a232e.tar.gz freebsd-ports-gnome-3bc7f313ecbd3e1723fecffe7a4afac0b44a232e.tar.zst freebsd-ports-gnome-3bc7f313ecbd3e1723fecffe7a4afac0b44a232e.zip |
- /objformat=/s|=.*|=elf|
Diffstat (limited to 'multimedia/libquicktime')
-rw-r--r-- | multimedia/libquicktime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index 71be2231fbed..eb63906ced3d 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -79,6 +79,7 @@ post-patch: @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ ${WRKSRC}/plugins/audiocodec/* \ ${WRKSRC}/plugins/videocodec/* + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure .if !defined(WITH_OPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e 's|-O3 -funroll-all-loops -fomit-frame-pointer|${CFLAGS}|' \ ${WRKSRC}/configure |