freebsd-ports/multimedia/libvpx/files/patch-configure
Ashish SHUKLA 60f674b64a - Update to 1.3.0
- Use distfile provided by Debian
- Add dependency on GCC from ports when building on 8.x (amd64) due
  to code generation issue with built-in GCC

PR:		ports/185212
Submitted by:	Jan Beich <jbeich at tormail.org>
2014-01-09 11:30:53 +00:00

13 lines
396 B
Text

$FreeBSD$
--- configure.orig
+++ configure
@@ -149,6 +149,7 @@
all_platforms="${all_platforms} universal-darwin11-gcc"
all_platforms="${all_platforms} universal-darwin12-gcc"
all_platforms="${all_platforms} universal-darwin13-gcc"
+all_platforms="${all_platforms} ia64-linux-gcc"
all_platforms="${all_platforms} generic-gnu"
# all_targets is a list of all targets that can be configured