From 5e1b26052579661c0c424ca2bd7cddc288e9175f Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 24 Aug 2010 12:37:11 +0200 Subject: [PATCH] transcode: fixed build by adding workaround for 'cannot find -lXv' linking error --- multimedia/transcode/transcode.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/multimedia/transcode/transcode.conf b/multimedia/transcode/transcode.conf index 75f288d05..0c216225f 100644 --- a/multimedia/transcode/transcode.conf +++ b/multimedia/transcode/transcode.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../transcode/transcode.conf -# Copyright (C) 2006 - 2008 The OpenSDE Project +# Copyright (C) 2006 - 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -37,3 +37,7 @@ pkginstalled freetype && var_append confopt " " "--enable-freetype2" pkginstalled gtk+12 && var_append confopt " " "--enable-gtk" pkginstalled libsdl && var_append confopt " " "--enable-sdl" #pkginstalled imagemagick && var_append confopt " " "--enable-imagemagick" + +# workaround for 'cannot find -lXv' linking error +pkginstalled libxv && \ + var_append GCC_WRAPPER_APPEND ' ' "-L$( pkgprefix libdir libxv )"