patch [2004101503162923987] git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4635 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -1,30 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/mnemoc/gtk-sharp/missing-atk-assembly.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|
||||
# |
|
||||
# This patch file is dual-licensed. It is available under the license the |
|
||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
||||
# of the GNU General Public License as published by the Free Software |
|
||||
# Foundation; either version 2 of the License, or (at your option) any later |
|
||||
# version. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
--- ./sample/rsvg/Makefile.in.orig 2004-09-12 06:00:13.607150736 +0200
|
|
||||
+++ ./sample/rsvg/Makefile.in 2004-09-12 06:00:46.096211648 +0200
|
|
||||
@@ -119,7 +119,7 @@
|
|
||||
am__include = @am__include@ |
|
||||
am__quote = @am__quote@ |
|
||||
install_sh = @install_sh@ |
|
||||
-assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll ../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll ../../rsvg/rsvg-sharp.dll
|
|
||||
+assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll ../../atk/atk-sharp.dll ../../art/art-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll ../../rsvg/rsvg-sharp.dll
|
|
||||
references = $(addprefix /r:, $(assemblies)) |
|
||||
|
|
||||
@ENABLE_RSVG_TRUE@TARGETS = svghelloworld.exe |
|