From e44a0bd6f2946f18ad5cc968cf92c6d6cc6b158c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 17 Aug 2010 13:36:42 +0200 Subject: [PATCH] libopenraw: fixed build by removing '--shave-mode=compile' --- graphic/libopenraw/libopenraw.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 graphic/libopenraw/libopenraw.conf diff --git a/graphic/libopenraw/libopenraw.conf b/graphic/libopenraw/libopenraw.conf new file mode 100644 index 000000000..93cdcd58d --- /dev/null +++ b/graphic/libopenraw/libopenraw.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../libopenraw/libopenraw.conf +# Copyright (C) 2010 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 --- + +# remove '--shave-mode=compile' because it breaks the build +var_append GCC_WRAPPER_REMOVE ' ' "--shave-mode=compile"