|
|
@ -2,6 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../gtkhtml10/gtkhtml10.conf |
|
|
|
# Filename: package/.../gtkhtml10/gtkhtml10.conf |
|
|
|
|
|
|
|
# Copyright (C) 2009 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
|
# |
|
|
@ -13,4 +14,7 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- 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' |
|
|
|