pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Remove bogus exclusion of SunOS MMX/SSE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9312d4f6c6ce
branches:  trunk
changeset: 362440:9312d4f6c6ce
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon May 15 11:11:35 2017 +0000

description:
Remove bogus exclusion of SunOS MMX/SSE2 support.

diffstat:

 multimedia/vlc/distinfo                |   3 ++-
 multimedia/vlc/patches/patch-configure |  24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 5c7d9d8dccb9 -r 9312d4f6c6ce multimedia/vlc/distinfo
--- a/multimedia/vlc/distinfo   Mon May 15 11:10:00 2017 +0000
+++ b/multimedia/vlc/distinfo   Mon May 15 11:11:35 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.72 2017/05/15 10:26:19 jperkin Exp $
+$NetBSD: distinfo,v 1.73 2017/05/15 11:11:35 jperkin Exp $
 
 SHA1 (vlc-2.2.4.tar.xz) = ec171b0ad731d9d114540cd7b7fcb41fc3293696
 RMD160 (vlc-2.2.4.tar.xz) = 2fe178bb9a4b2ad5ca0294d3e52ceb992b22e8ee
@@ -7,6 +7,7 @@
 SHA1 (patch-bin_override.c) = 0190b65ec29ccdb7ef89d7c6af74a6bfdfc17076
 SHA1 (patch-compat_Makefile.am) = 983e9e29380702326d114274db99af72b5bdb3dd
 SHA1 (patch-compat_Makefile.in) = 640cd0ae1bb653f02b3780ee3617807399b6bb3f
+SHA1 (patch-configure) = 90cdfc62aa0bbc68ec76758ca0acdcb13dbfe56d
 SHA1 (patch-include_vlc__common.h) = 26ab2c96230e3fbe26dd4bce60db7c5331eb3f6c
 SHA1 (patch-include_vlc__fixups.h) = 1a9f58b70f43fb87381d75d856682e3bcad14f6c
 SHA1 (patch-include_vlc_atomic.h) = 5d6d3cbe75695505588b9dd354672d70d568360a
diff -r 5c7d9d8dccb9 -r 9312d4f6c6ce multimedia/vlc/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/vlc/patches/patch-configure    Mon May 15 11:11:35 2017 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-configure,v 1.8 2017/05/15 11:11:35 jperkin Exp $
+
+Remove bogus Solaris exclusion.
+
+--- configure.orig     2016-05-31 16:56:33.000000000 +0000
++++ configure
+@@ -26281,7 +26281,7 @@ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sse_inline" >&5
+ $as_echo "$ac_cv_sse_inline" >&6; }
+ 
+-  if test "${ac_cv_sse_inline}" != "no" -a "${SYS}" != "solaris"; then :
++  if test "${ac_cv_sse_inline}" != "no"; then :
+ 
+ 
+ $as_echo "#define CAN_COMPILE_SSE 1" >>confdefs.h
+@@ -26324,7 +26324,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sse2_inline" >&5
+ $as_echo "$ac_cv_sse2_inline" >&6; }
+-  if test "${ac_cv_sse2_inline}" != "no" -a "${SYS}" != "solaris"; then :
++  if test "${ac_cv_sse2_inline}" != "no"; then :
+ 
+ 
+ $as_echo "#define CAN_COMPILE_SSE2 1" >>confdefs.h



Home | Main Index | Thread Index | Old Index