diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-17 08:49:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-17 08:49:33 +0000 |
commit | ab187b306cfdf0879efe8a8711ce894423526d87 (patch) | |
tree | 454078ccc6d776ce06e3cf6fec3efa818a9d8627 /multimedia | |
parent | 5e2348f9dd4ac63e23ab48ccc9b35d21afaaf7da (diff) | |
download | ports-ab187b306cfdf0879efe8a8711ce894423526d87.tar.gz ports-ab187b306cfdf0879efe8a8711ce894423526d87.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmp-extra-plugins/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/bmp-extra-plugins/files/patch-configure b/multimedia/bmp-extra-plugins/files/patch-configure new file mode 100644 index 000000000000..10ff534087fd --- /dev/null +++ b/multimedia/bmp-extra-plugins/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Feb 16 22:54:59 2005 ++++ configure Thu Feb 17 09:38:17 2005 +@@ -25899,6 +25899,7 @@ + CPPFLAGS="$save_CPPFLAGS" + fi + ++compile_scrobbler="no" + + if test x$compile_scrobbler = xyes; then + SCROBBLER_TRUE= |