diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-12 16:43:29 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-12 16:43:29 +0000 |
commit | b35130a2f6969040d7b0134b1b73dfdf3da577fc (patch) | |
tree | 09e867405e3cd20442a36cd970c85b81f73addb2 /multimedia | |
parent | 52a3bbcd0ea7b8675ea6a4a11ccc823efcef85d7 (diff) | |
download | pkgsrc-b35130a2f6969040d7b0134b1b73dfdf3da577fc.tar.gz |
Disable -Werror, which breaks the build under, at least, amd64 (so it's
now probably fixed).
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/swfdec/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/swfdec/Makefile.common b/multimedia/swfdec/Makefile.common index 818134c0c35..df481ebdae8 100644 --- a/multimedia/swfdec/Makefile.common +++ b/multimedia/swfdec/Makefile.common @@ -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 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= swfdec.pc.in +BUILDLINK_TRANSFORM+= rm:-Werror + pre-install: ${ECHO} "install:" >${WRKSRC}/plugin/Makefile |