242def5068
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to.
16 lines
551 B
Text
16 lines
551 B
Text
$NetBSD: patch-ae,v 1.1 2006/01/18 12:44:03 jmmv Exp $
|
|
|
|
--- ext/artsd/Makefile.in.orig 2005-03-07 17:41:49.000000000 +0100
|
|
+++ ext/artsd/Makefile.in
|
|
@@ -121,9 +121,9 @@ AMDEP_TRUE = @AMDEP_TRUE@
|
|
AMRNB_LIBS = @AMRNB_LIBS@
|
|
AMTAR = @AMTAR@
|
|
AR = @AR@
|
|
-ARTSC_CFLAGS = @ARTSC_CFLAGS@
|
|
+ARTSC_CFLAGS = @ARTSC_CFLAGS@ -I@prefix@/include/artsc
|
|
ARTSC_CONFIG = @ARTSC_CONFIG@
|
|
-ARTSC_LIBS = @ARTSC_LIBS@
|
|
+ARTSC_LIBS = @ARTSC_LIBS@ -L@prefix@/lib -Wl,-R@prefix@/lib -lartsc
|
|
ARTS_CONFIG = @ARTS_CONFIG@
|
|
ARTS_CXXFLAGS = @ARTS_CXXFLAGS@
|
|
ARTS_LIBS = @ARTS_LIBS@
|