summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortron <tron>2004-04-01 12:26:12 +0000
committertron <tron>2004-04-01 12:26:12 +0000
commit73dd2cb8d0d70b2445e2794dd0a0dd04071f6fa4 (patch)
tree11c1810cd7b0721de8d7929227b10f0e73db08e1 /multimedia
parentbb2316e7cc2253f5df13d8278384abea0b00b109 (diff)
downloadpkgsrc-73dd2cb8d0d70b2445e2794dd0a0dd04071f6fa4.tar.gz
Define "LIBTOOL_OVERRIDE" manually so that "libs/ext/cothreads/libtool"
gets replaced by pkgsrc's libtool, too. The included libtool incorrectly rewrites relative pathnames causing link failures.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index 2407b3d35c6..f3e52aa0203 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:47 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/01 12:26:12 tron Exp $
#
DISTNAME= gstreamer-0.6.4
@@ -23,6 +23,8 @@ USE_PERL5= build
CONFIGURE_ARGS+= --disable-plugin-builddir
+LIBTOOL_OVERRIDE+= libtool libs/ext/cothreads/libtool
+
PKGCONFIG_OVERRIDE+= libs/ext/cothreads/cothreads.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-control.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer.pc.in