From 33f63d86e176311a2aa8c5d734612b9e96f60068 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 15 Nov 2009 22:47:38 +0100 Subject: [PATCH] gtkhtml10: fixed to compile against glibc-2.9 --- gnome14/gtkhtml10/gtkhtml10.conf | 6 +++++- gnome14/gtkhtml10/gtkhtml10.desc | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gnome14/gtkhtml10/gtkhtml10.conf b/gnome14/gtkhtml10/gtkhtml10.conf index 4634ddce8..c56cdf273 100644 --- a/gnome14/gtkhtml10/gtkhtml10.conf +++ b/gnome14/gtkhtml10/gtkhtml10.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gtkhtml10/gtkhtml10.conf +# Copyright (C) 2009 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -13,4 +14,7 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -hook_add postinstall 5 "ln -s libgtkhtml-1.1.so /$prefix/lib/libgtkhtml.so" +hook_add postinstall 5 "ln -snvf libgtkhtml-1.1.so $root$libdir/libgtkhtml.so" + +# glibc-2.9 compatibility +var_append GCC_WRAPPER_INSERT ' ' '-D_GNU_SOURCE' diff --git a/gnome14/gtkhtml10/gtkhtml10.desc b/gnome14/gtkhtml10/gtkhtml10.desc index 94cfa2e49..40398d260 100644 --- a/gnome14/gtkhtml10/gtkhtml10.desc +++ b/gnome14/gtkhtml10/gtkhtml10.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../gtkhtml10/gtkhtml10.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -37,4 +37,4 @@ [O] . $base/package/*/*/gnome14-conf.in -[D] 1926348254 gtkhtml-1.1.10.tar.bz2 ftp://archive.progeny.com/GNOME/sources/gtkhtml/1.1/ +[D] 1926348254 gtkhtml-1.1.10.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/1.1/