From ceb81174b423969e210ac833a4c9671079805835 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Tue, 8 Feb 2011 16:54:14 +0100 Subject: [PATCH] orage: help finding libical and x11 libs --- xfce4/orage/orage.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 xfce4/orage/orage.conf diff --git a/xfce4/orage/orage.conf b/xfce4/orage/orage.conf new file mode 100644 index 000000000..945429837 --- /dev/null +++ b/xfce4/orage/orage.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../orage/orage.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +var_append GCC_WRAPPER_INSERT ' ' '-I/usr/include/libical' +var_append GCC_WRAPPER_APPEND ' ' "-L$root$( pkgprefix libdir libx11 )"