diff options
author | snj <snj@pkgsrc.org> | 2004-03-12 02:05:30 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-12 02:05:30 +0000 |
commit | 906fa076078bf3dc526a5b4e5a6e5be596080f45 (patch) | |
tree | 65cb73fc29f7bd43e3139f1db0517e145232530d /audio/xmms-madspin/patches | |
parent | 493728a085a13892a897152adfb9d339b3824f9a (diff) | |
download | pkgsrc-906fa076078bf3dc526a5b4e5a6e5be596080f45.tar.gz |
Use bl3. Fix when building as non-root.
Diffstat (limited to 'audio/xmms-madspin/patches')
-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 + |