pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libass Exactly disable-asm (no dependency o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af66c2c18853
branches:  trunk
changeset: 632700:af66c2c18853
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Apr 04 05:52:17 2014 +0000

description:
Exactly disable-asm (no dependency on yasm now).
workaround of PR pkg/48703.

diffstat:

 multimedia/libass/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c56e3ef87f90 -r af66c2c18853 multimedia/libass/Makefile
--- a/multimedia/libass/Makefile        Fri Apr 04 04:40:57 2014 +0000
+++ b/multimedia/libass/Makefile        Fri Apr 04 05:52:17 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/04/03 08:21:52 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2014/04/04 05:52:17 obache Exp $
 
 DISTNAME=      libass-0.11.1
 CATEGORIES=    multimedia
@@ -16,6 +16,8 @@
 
 PKGCONFIG_OVERRIDE+=   libass.pc.in
 
+CONFIGURE_ARGS+=       --disable-asm
+
 LDFLAGS+=      ${BUILDLINK_LDADD.iconv}
 
 BUILDLINK_API_DEPENDS.fribidi+=        fribidi>=0.19.0



Home | Main Index | Thread Index | Old Index