Browse Source

* modified xvid to disable assembly for arch x86_64.

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21396 10447126-35f2-4685-b0cf-6dd780d3921f
early
Minto van der Sluis 18 years ago
parent
commit
63e054a023
  1. 5
      multimedia/xvid/xvid.conf

5
multimedia/xvid/xvid.conf

@ -15,8 +15,9 @@
# the xvidcore assembly is not position independent code
# see: http://trac.opensde.org/ticket/97
#
[ "$SDECFG_X8664_OPT" == "opteron" ] || var_append confopt ' ' "--disable-assembly"
if [ "$SDECFG_ARCH" = "x86-64" ] ; then
var_append confopt ' ' "--disable-assembly"
fi
hook_add preconf 5 "cd build/generic"

Loading…
Cancel
Save