From 2e9ec9bb59707070d10615a42bcbb67c539630c5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 22 Aug 2010 13:59:14 +0200 Subject: [PATCH] mozplugger: fixed to properly find X11 --- www/mozplugger/mozplugger.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/mozplugger/mozplugger.conf b/www/mozplugger/mozplugger.conf index 026afbd38..1a9dfaacf 100644 --- a/www/mozplugger/mozplugger.conf +++ b/www/mozplugger/mozplugger.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../mozplugger/mozplugger.conf +# Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -12,6 +13,9 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +pkgprefix -t libx11 +var_append makeopt ' ' "X11=$( pkgprefix -r libx11 )" + var_append makeopt ' ' 'linux' # for libdir != */lib in componion with Makefile.patch