diff options
author | lofi <lofi@FreeBSD.org> | 2005-07-03 01:54:13 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-07-03 01:54:13 +0000 |
commit | 477d78daf54d568cde75bb421f64613bba5ac398 (patch) | |
tree | 250d14de125ee983535f73f1f027db5659952847 /audio/mpeglib_artsplug | |
parent | 0500b2137eea058ea6f0fa2673c8dd51e105b656 (diff) | |
download | FreeBSD-ports-477d78daf54d568cde75bb421f64613bba5ac398.zip FreeBSD-ports-477d78daf54d568cde75bb421f64613bba5ac398.tar.gz |
Patch kdemultimedia's configure-script to prevent it from bailing
in certain environments/sh versions.
Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
Diffstat (limited to 'audio/mpeglib_artsplug')
-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 1f7cd3d..f1d48fe 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 |