pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/42059: xvidcore does not build on Mac OS X 10.6 (Snow Leopard)
>Number: 42059
>Category: pkg
>Synopsis: xvidcore does not build on Mac OS X 10.6 (Snow Leopard)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Sep 13 21:40:00 +0000 2009
>Originator: Steven Sartorius
>Release: 5.0_STABLE
>Organization:
>Environment:
Darwin macmini.localnet 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31
22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 i386
>Description:
xvidcore does not build under Mac OS X 10.6 (Snow Leopard).
>How-To-Repeat:
try to build xvidcore on Mac OS X 10.6
>Fix:
apply the following patch:
--- Makefile 2009-09-13 17:25:16.000000000 -0400
+++ Makefile 2009-09-13 17:29:36.000000000 -0400
@@ -18,8 +18,7 @@
# big patch available from Gentoo, if someone is interested:
# http://bugs.gentoo.org/show_bug.cgi?id=90287
.if ${OPSYS} == "SunOS" || ${MACHINE_ARCH} == "x86_64" || \
- !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386) || \
- !empty(MACHINE_PLATFORM:MDarwin-??.*-*)
+ !empty(MACHINE_PLATFORM:MDarwin-[9].*-i386)
CONFIGURE_ARGS+= --disable-assembly
.elif ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS+= nasm>=0.98.39nb3:../../devel/nasm
Home |
Main Index |
Thread Index |
Old Index