From b8456f4faedab66868e47f522c0394d5b63d4573 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Wed, 27 Aug 2008 13:31:50 +0200 Subject: [PATCH] fwbuilder: guided to find QT3's include dir --- security/fwbuilder/fwbuilder.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 security/fwbuilder/fwbuilder.conf diff --git a/security/fwbuilder/fwbuilder.conf b/security/fwbuilder/fwbuilder.conf new file mode 100644 index 000000000..6589bad51 --- /dev/null +++ b/security/fwbuilder/fwbuilder.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../fwbuilder/fwbuilder.conf +# Copyright (C) 2008 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 --- + +pkgprefix -t qt3 +var_append GCC_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir qt3 )"