pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/swfdec Disable -Werror, which breaks the bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1e192433684
branches:  trunk
changeset: 495536:e1e192433684
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Jun 12 16:43:29 2005 +0000

description:
Disable -Werror, which breaks the build under, at least, amd64 (so it's
now probably fixed).

diffstat:

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

diffs (18 lines):

diff -r dce45a1f8c3b -r e1e192433684 multimedia/swfdec/Makefile.common
--- a/multimedia/swfdec/Makefile.common Sun Jun 12 15:38:32 2005 +0000
+++ b/multimedia/swfdec/Makefile.common Sun Jun 12 16:43:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2005/06/04 10:41:42 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/06/12 16:43:29 jmmv Exp $
 #
 
 DISTNAME=              swfdec-0.2.2
@@ -19,6 +19,8 @@
 
 PKGCONFIG_OVERRIDE=    swfdec.pc.in
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 pre-install:
        ${ECHO} "install:" >${WRKSRC}/plugin/Makefile
 



Home | Main Index | Thread Index | Old Index