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)
This commit is contained in:
Joe Marcus Clarke 2004-09-11 01:08:33 +00:00
parent 50f8d1588c
commit 2fff28a2e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118146
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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.