pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer Define "LIBTOOL_OVERRIDE" manuall...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7df4de2a7721
branches:  trunk
changeset: 471869:7df4de2a7721
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Apr 01 12:26:12 2004 +0000

description:
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:

 multimedia/gstreamer/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 34c4d3424290 -r 7df4de2a7721 multimedia/gstreamer/Makefile
--- a/multimedia/gstreamer/Makefile     Thu Apr 01 12:19:09 2004 +0000
+++ b/multimedia/gstreamer/Makefile     Thu Apr 01 12:26:12 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index