diff options
author | gahr <gahr@FreeBSD.org> | 2008-04-15 06:15:41 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-04-15 06:15:41 +0800 |
commit | 4185e741584f0c6324f380a293933cf62797d79c (patch) | |
tree | aa2ce688036648c648358e1af94f6af51e91fe66 /multimedia/mp4v2 | |
parent | 8348f0f3e01c02aaea2a8a917143fd33e0080db0 (diff) | |
download | freebsd-ports-gnome-4185e741584f0c6324f380a293933cf62797d79c.tar.gz freebsd-ports-gnome-4185e741584f0c6324f380a293933cf62797d79c.tar.zst freebsd-ports-gnome-4185e741584f0c6324f380a293933cf62797d79c.zip |
- Fix configure step with new devel/nasm (-r is no more, use -v instead)
Approved by: ahze (multimedia), miwi (mentor)
Diffstat (limited to 'multimedia/mp4v2')
-rw-r--r-- | multimedia/mp4v2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index 2fc03806881a..91402a6aea1b 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -32,7 +32,8 @@ post-patch: @${ECHO_CMD} "" > ${WRKSRC}/lib/SDLAudio/configure @${REINPLACE_CMD} \ -e 's|>&/|>/|; s|-Wmissing-declarations||; \ - s|-Wmissing-prototypes||' \ + s|-Wmissing-prototypes||; \ + s|nasm -r|nasm -v|' \ ${WRKSRC}/configure do-build: .for dir in lib/gnu lib/mp4av lib/mp4v2 |