diff options
-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 |