diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-09-11 09:08:33 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-09-11 09:08:33 +0800 |
commit | 2fff28a2e431faf90f2aa71013e28cd8f60da51c (patch) | |
tree | 9e0217fbf0622e4b1163521cd0bde402c6c56031 /multimedia | |
parent | 50f8d1588c877acee07e6204cd1491bc0604f4a8 (diff) | |
download | freebsd-ports-gnome-2fff28a2e431faf90f2aa71013e28cd8f60da51c.tar.gz freebsd-ports-gnome-2fff28a2e431faf90f2aa71013e28cd8f60da51c.tar.zst freebsd-ports-gnome-2fff28a2e431faf90f2aa71013e28cd8f60da51c.zip |
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 91327a4a9b14..24ac48c8993e 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 91327a4a9b14..24ac48c8993e 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. |