diff options
author | krion <krion@FreeBSD.org> | 2005-07-23 15:36:58 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-07-23 15:36:58 +0000 |
commit | 478e4aa85aab15028ba429d0886a26b1bbf09de7 (patch) | |
tree | fcd6dca0e6ee5a9218a65e4142f3d2fea9c3408f /audio/mpiosh | |
parent | a00489eebe2158c602e9edcb36023da53c4bf2f5 (diff) | |
download | FreeBSD-ports-478e4aa85aab15028ba429d0886a26b1bbf09de7.zip FreeBSD-ports-478e4aa85aab15028ba429d0886a26b1bbf09de7.tar.gz |
Unbreak.
PR: ports/83949
Submitted by: Andrej Zverev <az at inec dot ru>
Diffstat (limited to 'audio/mpiosh')
-rw-r--r-- | audio/mpiosh/Makefile | 4 | ||||
-rw-r--r-- | audio/mpiosh/files/patch-configure | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index 63ed77b..647a882 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -17,10 +17,6 @@ COMMENT= Digit@lway MPIO MP3 player tool LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb -BROKEN= Configure fails -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - USE_ICONV= yes USE_LIBTOOL_VER= 13 USE_GETOPT_LONG= yes diff --git a/audio/mpiosh/files/patch-configure b/audio/mpiosh/files/patch-configure new file mode 100644 index 0000000..ad4dd64 --- /dev/null +++ b/audio/mpiosh/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun May 30 05:47:49 2004 ++++ configure Sat Jul 23 18:09:22 2005 +@@ -19999,7 +19999,7 @@ + + # This 'test' call uses non-standard syntax and will fail on most + # systems, but it's just informational so any warning can be ignored. +-if test "$LIBUSB_VER" \< "0.1.7"; then ++if test "$LIBUSB_VER" \< "0.1.10"; then + { echo "$as_me:$LINENO: WARNING: + *** You need at least version 0.1.7 of the libusb library for USB support + *** http://sourceforge.net/projects/libusb/ |