Browse Source

transcode: fixed build by adding workaround for 'cannot find -lXv' linking error

user/amery/mess
Christian Wiese 14 years ago
parent
commit
5e1b260525
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      multimedia/transcode/transcode.conf

+ 5
- 1
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 )"

Loading…
Cancel
Save