diff options
author | sketch <sketch> | 2009-01-27 22:59:16 +0000 |
---|---|---|
committer | sketch <sketch> | 2009-01-27 22:59:16 +0000 |
commit | 60fe3d2aa3e60603105ba8323bcd26d90bf0d95b (patch) | |
tree | f8088a9072522f3ff076c030d91a033e53c71a22 /multimedia | |
parent | 8b5d897e856e1949b17f463544e93b640ff3c6bd (diff) | |
download | pkgsrc-60fe3d2aa3e60603105ba8323bcd26d90bf0d95b.tar.gz |
Forcibly disable Sun Studio's GCC assembly compatability, it cannot handle
this package.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-good/distinfo | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/patches/patch-ab | 22 |
2 files changed, 18 insertions, 8 deletions
diff --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo index 1049d24d0cc..63f8db3a8cd 100644 --- a/multimedia/gst-plugins0.10-good/distinfo +++ b/multimedia/gst-plugins0.10-good/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2009/01/26 10:28:59 drochner Exp $ +$NetBSD: distinfo,v 1.18 2009/01/27 22:59:16 sketch Exp $ SHA1 (gst-plugins-good-0.10.13.tar.bz2) = d4cd5a1283990eb7fa54e4506f67855455377f62 RMD160 (gst-plugins-good-0.10.13.tar.bz2) = 238e6fff874ae7d5bbae21dd8b533634c2600e2e Size (gst-plugins-good-0.10.13.tar.bz2) = 2057151 bytes SHA1 (patch-aa) = ff92783f28566bfc3ae067e90ca1e2abb5b83049 -SHA1 (patch-ab) = 0e1ad9b518317402c3478b0c48744d55d938a5c9 +SHA1 (patch-ab) = ab70993a71c4b288c21e72847186011c33bd0fb1 SHA1 (patch-ac) = 1304121ff668decfa21fd0551b3eb9994970033f SHA1 (patch-ba) = e296bbcfc606967b71765988ae1c3ffe96b9359a diff --git a/multimedia/gst-plugins0.10-good/patches/patch-ab b/multimedia/gst-plugins0.10-good/patches/patch-ab index 2c82c617fec..81bbee4dbf3 100644 --- a/multimedia/gst-plugins0.10-good/patches/patch-ab +++ b/multimedia/gst-plugins0.10-good/patches/patch-ab @@ -1,8 +1,18 @@ -$NetBSD: patch-ab,v 1.12 2009/01/26 10:28:59 drochner Exp $ +$NetBSD: patch-ab,v 1.13 2009/01/27 22:59:16 sketch Exp $ ---- configure.orig 2009-01-22 22:25:11.000000000 +0100 -+++ configure -@@ -26884,7 +26884,7 @@ _ACEOF +--- configure.orig Thu Jan 22 21:25:11 2009 ++++ configure Tue Jan 27 22:46:45 2009 +@@ -26274,6 +26274,9 @@ + #error GCC before 3.4 has critical bugs compiling inline assembly + #endif + #endif ++#ifdef __SUNPRO_C ++#error Sun Studio cannot handle assembly in this package ++#endif + __asm__ (""::) + ; + return 0; +@@ -26884,7 +26887,7 @@ fi rm -f conftest.mmap @@ -11,7 +21,7 @@ $NetBSD: patch-ab,v 1.12 2009/01/26 10:28:59 drochner Exp $ GST_HAVE_MMAP_TRUE= GST_HAVE_MMAP_FALSE='#' else -@@ -28297,7 +28297,7 @@ rm -f core conftest.err conftest.$ac_obj +@@ -28297,7 +28300,7 @@ $as_echo "$flag_ok" >&6; } @@ -20,7 +30,7 @@ $NetBSD: patch-ab,v 1.12 2009/01/26 10:28:59 drochner Exp $ then { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5 -@@ -32949,6 +32949,10 @@ cat >>conftest.$ac_ext <<_ACEOF +@@ -32949,6 +32952,10 @@ #ifdef __sun /* Solaris */ #include <sys/types.h> #include <sys/videodev2.h> |