diff options
Diffstat (limited to 'audio/xmms-madspin/patches/patch-aa')
-rw-r--r-- | audio/xmms-madspin/patches/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/xmms-madspin/patches/patch-aa b/audio/xmms-madspin/patches/patch-aa new file mode 100644 index 00000000000..878d3380828 --- /dev/null +++ b/audio/xmms-madspin/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1 2004/03/12 02:05:30 snj Exp $ + +--- configure.orig 2004-03-11 17:43:15.000000000 -0800 ++++ configure 2004-03-11 17:44:01.000000000 -0800 +@@ -3750,13 +3750,6 @@ EOF + chmod +x $CONFIG_STATUS + rm -fr confdefs* $ac_clean_files + +-echo "" +-echo "**** Putting star1.bmp and star2.bmp in $XMMS_VISUALIZATION_PLUGIN_DIR/madspin/ ****" +-echo "" +- +-mkdir -p $XMMS_DATA_DIR/madspin +-cp star1.bmp $XMMS_DATA_DIR/madspin/star1.bmp +-cp star2.bmp $XMMS_DATA_DIR/madspin/star2.bmp + + test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 + |