diff options
author | pho <pho> | 2014-01-10 08:43:42 +0000 |
---|---|---|
committer | pho <pho> | 2014-01-10 08:43:42 +0000 |
commit | 37c295cca9e2bde12050280e1e2eddfd226b16f9 (patch) | |
tree | 3ea209a28687e6ee263f2bd58d40f070de7e3c0a /multimedia | |
parent | 6bd6a2ef0b6aaa9dd88f8471d77db911a9154efd (diff) | |
download | pkgsrc-37c295cca9e2bde12050280e1e2eddfd226b16f9.tar.gz |
Add ppc32 to Darwin targets
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libvpx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index 7301ecd22b5..83aa0454986 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/01/02 15:18:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2014/01/10 08:43:42 pho Exp $ DISTNAME= libvpx_1.3.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -64,6 +64,12 @@ CONFIGURE_ARGS+= --target=x86_64-darwin10-gcc . else CONFIGURE_ARGS+= --target=x86_64-darwin9-gcc . endif +. elif ${MACHINE_ARCH} == "powerpc" +. if !empty(OS_VERSION:M9.*) +CONFIGURE_ARGS+= --target=ppc32-darwin9-gcc +. else +CONFIGURE_ARGS+= --target=ppc32-darwin8-gcc +. endif . endif .endif |