diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-09-11 01:08:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-09-11 01:08:33 +0000 |
commit | 2fff28a2e431faf90f2aa71013e28cd8f60da51c (patch) | |
tree | 9e0217fbf0622e4b1163521cd0bde402c6c56031 /multimedia/gstreamer-plugins | |
parent | 50f8d1588c877acee07e6204cd1491bc0604f4a8 (diff) | |
download | ports-2fff28a2e431faf90f2aa71013e28cd8f60da51c.tar.gz ports-2fff28a2e431faf90f2aa71013e28cd8f60da51c.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 3 |
1 files changed, 3 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. |