diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-07-03 01:54:13 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-07-03 01:54:13 +0000 |
commit | bacfcfd1486853a7fc04a15921c14fa12aeb534d (patch) | |
tree | b847fe9f22af35561dc01b8a9c50366d8d23da16 /audio/mpeglib_artsplug/Makefile | |
parent | 1defc8aae85180f9e80db1e17bdfcb710c20564b (diff) | |
download | ports-bacfcfd1486853a7fc04a15921c14fa12aeb534d.tar.gz ports-bacfcfd1486853a7fc04a15921c14fa12aeb534d.zip |
Patch kdemultimedia's configure-script to prevent it from bailing
in certain environments/sh versions.
Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
Notes
Notes:
svn path=/head/; revision=138360
Diffstat (limited to 'audio/mpeglib_artsplug/Makefile')
-rw-r--r-- | audio/mpeglib_artsplug/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mpeglib_artsplug/Makefile b/audio/mpeglib_artsplug/Makefile index 1f7cd3dd2962..f1d48fed21af 100644 --- a/audio/mpeglib_artsplug/Makefile +++ b/audio/mpeglib_artsplug/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Legacy KDE audio backend +EXTRA_PATCHES= ${.CURDIR}/../../multimedia/kdemultimedia3/files/patch-configure + LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ vorbis.3:${PORTSDIR}/audio/libvorbis |