diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-07-20 14:26:50 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-07-20 14:26:50 +0000 |
commit | dec9520993f0fa973b141a657b02023969563a84 (patch) | |
tree | bd4811c56dd46d3b68b0a6c497dae60f2f7a36c9 | |
parent | e9bcea3c0a1fdb665d800e315b3dd5a3198e0462 (diff) | |
download | pkgsrc-dec9520993f0fa973b141a657b02023969563a84.tar.gz |
One more REPLACE_BASH needed to make this build
-rw-r--r-- | multimedia/libvpx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index e1e5d2ef0e9..c84df957f34 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/05/22 20:42:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2012/07/20 14:26:50 fhajny Exp $ DISTNAME= libvpx-v1.1.0 PKGNAME= ${DISTNAME:S/-v/-/} @@ -33,6 +33,7 @@ REPLACE_BASH= configure \ build/make/configure.sh \ build/make/version.sh \ build/make/gen_asm_deps.sh \ + build/make/rtcd.sh \ examples/gen_example_text.sh \ examples/gen_example_code.sh |