[Midnightbsd-cvs] mports [18657] trunk/multimedia/libvpx/files/patch-configure: libvpx 1.3.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 12 02:41:08 EDT 2015


Revision: 18657
          http://svnweb.midnightbsd.org/mports/?rev=18657
Author:   laffer1
Date:     2015-04-12 02:41:07 -0400 (Sun, 12 Apr 2015)
Log Message:
-----------
libvpx 1.3.0

Modified Paths:
--------------
    trunk/multimedia/libvpx/files/patch-configure

Property Changed:
----------------
    trunk/multimedia/libvpx/files/patch-configure

Modified: trunk/multimedia/libvpx/files/patch-configure
===================================================================
--- trunk/multimedia/libvpx/files/patch-configure	2015-04-12 06:40:57 UTC (rev 18656)
+++ trunk/multimedia/libvpx/files/patch-configure	2015-04-12 06:41:07 UTC (rev 18657)
@@ -1,13 +1,38 @@
 
-$FreeBSD$
+$FreeBSD: head/multimedia/libvpx/files/patch-configure 374255 2014-12-08 09:13:22Z ashish $
 
 --- configure.orig
 +++ configure
-@@ -134,6 +134,7 @@
- all_platforms="${all_platforms} universal-darwin10-gcc"
+@@ -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
+@@ -611,15 +612,15 @@
+         check_add_cflags -Wimplicit-function-declaration
+         check_add_cflags -Wuninitialized
+         check_add_cflags -Wunused-variable
+-        case ${CC} in
+-          *clang*)
+-              # libvpx and/or clang have issues with aliasing:
+-              # https://code.google.com/p/webm/issues/detail?id=603
+-              # work around them until they are fixed
+-              check_add_cflags -fno-strict-aliasing
+-          ;;
+-          *) check_add_cflags -Wunused-but-set-variable ;;
+-        esac
++        if ${CC} -v 2>&1 | grep "clang version" >/dev/null; then
++          # libvpx and/or clang have issues with aliasing:
++          # https://code.google.com/p/webm/issues/detail?id=603
++          # work around them until they are fixed
++          check_add_cflags -fno-strict-aliasing
++          CLANG_NO_IAS=-no-integrated-as
++        else
++          check_add_cflags -Wunused-but-set-variable
++        fi
+         enabled extra_warnings || check_add_cflags -Wno-unused-function
+     fi
+ 


Property changes on: trunk/multimedia/libvpx/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list