diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 19:42:41 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 19:42:41 +0000 |
commit | ce1421a38fe30ba532aadf4c04d7f96efddb5ddd (patch) | |
tree | 0494fe00c49ea3830e889c19ae243db33bf4c4ae /audio | |
parent | 825a5876bf4165e83081ef46539dc487f864d4bb (diff) | |
download | pkgsrc-ce1421a38fe30ba532aadf4c04d7f96efddb5ddd.tar.gz |
'The "+=" operator should only be used with lists.'
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/bmp/Makefile.common b/audio/bmp/Makefile.common index 1ff9d745d38..52ac84f18ac 100644 --- a/audio/bmp/Makefile.common +++ b/audio/bmp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2012/06/12 15:45:54 wiz Exp $ +# $NetBSD: Makefile.common,v 1.28 2013/04/06 19:42:41 rodent Exp $ # # used by audio/bmp/Makefile # used by audio/bmp-esound/Makefile @@ -16,7 +16,7 @@ FILESDIR= ${.CURDIR}/../../audio/xmms/files PATCHDIR= ${.CURDIR}/../../audio/bmp/patches PATCH_SITES= http://izb.knu.ac.kr/~bh/diffs/ PATCHFILES= bmp-0.9.7-ipv6-simple.diff -PATCH_DIST_STRIP+= -p1 +PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes USE_LIBTOOL= yes |