diff options
author | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
commit | 5a79423b6feb188f48299ebbaf981575b33d3f48 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /audio/xmms/Makefile | |
parent | f58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff) | |
download | pkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'audio/xmms/Makefile')
-rw-r--r-- | audio/xmms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index d553a9afc39..9d4a7220e59 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2003/05/02 11:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2003/05/06 17:40:30 jmmv Exp $ # DISTNAME= xmms-1.2.7 @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-gnome LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libxmms/libtool -# Broken configure script assumes that iconv_open lives in libc; work around. +# Broken configure script assumes that iconv_open lives in libc; work around. CPPFLAGS+= -DHAVE_ICONV_OPEN=1 CONFIGURE_ENV+= ac_cv_func_iconv_open=yes LIBS+= -liconv |