pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/48219: multimedia/libvpx DragonFly 3.5-DEVEL Makefile CONFIGURE_ARGS+= --disable-unit-tests
>Number: 48219
>Category: pkg
>Synopsis: multimedia/libvpx DragonFly 3.5-DEVEL Makefile
>CONFIGURE_ARGS+= --disable-unit-tests
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Sep 17 14:35:00 +0000 2013
>Originator: David Shao
>Release: DragonFly 3.5-DEVELOPMENT x86_64
>Organization:
>Environment:
DragonFly 3.5-DEVELOPMENT DragonFly v3.5.0.941.g66e7a0-DEVELOPMENT #1: Tue Sep
17 06:58:14 PDT 2013 somename@:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64
>Description:
Similar to Darwin, DragonFly 3.5-DEVELOPMENT x86_64 and i386 requires a patch
to the Makefile for multimedia/libvpx in current pkgsrc cvs. With this patch,
it has been tested that www/firefox also builds and is usable on DragonFly 3.5
x86_64.
>How-To-Repeat:
>Fix:
$NetBSD$
--- Makefile.orig 2013-09-15 22:32:38.665299000 +0000
+++ Makefile
@@ -35,6 +35,10 @@ REPLACE_BASH= configure \
examples/gen_example_text.sh \
examples/gen_example_code.sh
+.if ${OPSYS} == "DragonFly"
+CONFIGURE_ARGS+= --disable-unit-tests
+.endif
+
.if ${OPSYS} == "Darwin"
BUILDLINK_TRANSFORM+= rm:-Wl,-Bsymbolic
CONFIGURE_ARGS+= --disable-unit-tests
Home |
Main Index |
Thread Index |
Old Index