From 23fdd080999044fffa82e61d79ae41151f771875 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 15 Nov 2009 22:51:23 +0100 Subject: [PATCH] gtksourceview1: fixed to compile against glibc-2.9 --- gnome2/gtksourceview1/gtksourceview1.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gnome2/gtksourceview1/gtksourceview1.conf diff --git a/gnome2/gtksourceview1/gtksourceview1.conf b/gnome2/gtksourceview1/gtksourceview1.conf new file mode 100644 index 000000000..8a17898e0 --- /dev/null +++ b/gnome2/gtksourceview1/gtksourceview1.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../gtksourceview1/gtksourceview1.conf +# Copyright (C) 2009 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 --- + +# glibc-2.9 compatibility +var_append GCC_WRAPPER_INSERT ' ' '-D_GNU_SOURCE'