diff options
author | marcus <marcus@FreeBSD.org> | 2004-09-11 01:08:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-09-11 01:08:33 +0000 |
commit | ca95c11f4747935a430fe37989379110b8ad3ccf (patch) | |
tree | 110496193f05c8071f6bcb68fae4768c16160776 /multimedia | |
parent | 96b836689fd33824f13eeaa03665239624bde628 (diff) | |
download | FreeBSD-ports-ca95c11f4747935a430fe37989379110b8ad3ccf.zip FreeBSD-ports-ca95c11f4747935a430fe37989379110b8ad3ccf.tar.gz |
Do not enable Hermes support on sparc64 since Hermes is ignored on sparc64
due to bigendian problems. This will allow the rest of GNOME to package
on sparc64.
Reported by: kensmith
Approved by: portmgr (implicit)
maintainer (blanket)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 91327a4..24ac48c 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -143,7 +143,10 @@ post-patch: # hermes is required for gstreamer-player to work # since it is currently the only colorspace plugin available +# XXX However, it currently does not work on sparc64. +.if ${ARCH} != "sparc64" WITH_HERMES= yes +.endif # gnomevfs is required for gstreamer-player to work WITH_GNOMEVFS= yes # Add default MAD support. This is required for rhythmbox to work. diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 91327a4..24ac48c 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -143,7 +143,10 @@ post-patch: # hermes is required for gstreamer-player to work # since it is currently the only colorspace plugin available +# XXX However, it currently does not work on sparc64. +.if ${ARCH} != "sparc64" WITH_HERMES= yes +.endif # gnomevfs is required for gstreamer-player to work WITH_GNOMEVFS= yes # Add default MAD support. This is required for rhythmbox to work. |