diff options
author | tron <tron@pkgsrc.org> | 2014-05-16 18:57:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-05-16 18:57:03 +0000 |
commit | fe1e9cb905a40d976021e5da18fae23285d032e9 (patch) | |
tree | c57fb459fa6a1e4a187d7f1d9f4b865952cc2725 /multimedia/libvpx | |
parent | 71e244449457f4c60e5aadad1a5c519874fb5c2e (diff) | |
download | pkgsrc-fe1e9cb905a40d976021e5da18fae23285d032e9.tar.gz |
Remove duplicate fix for PR pkg/48508, in particular the flavour which
enforces GCC 4.4 under Mac OS X which is not required to build this.
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r-- | multimedia/libvpx/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index 5657c96d7c0..bd42e9ed78e 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2014/05/15 11:15:10 martin Exp $ +# $NetBSD: Makefile,v 1.47 2014/05/16 18:57:03 tron Exp $ DISTNAME= libvpx_1.3.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -12,15 +12,6 @@ HOMEPAGE= http://code.google.com/p/webm/ COMMENT= On2 VP8 library from Google LICENSE= modified-bsd -# PR pkg/48508: GCC 4.4 or later is required to compile ssse3 code. -# And It seems that gcc 4.4 and 4.5 do not support OpenBSD/amd64 at least. -.include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MOpenBSD-*-amd64) -GCC_REQD+= 4.6 -.elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" -GCC_REQD+= 4.4 -.endif - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LANGUAGES= c c++ |