diff options
Diffstat (limited to 'x11-toolkits/gtksourceview-sharp/files/patch-gtksourceview_Makefile.in')
-rw-r--r-- | x11-toolkits/gtksourceview-sharp/files/patch-gtksourceview_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview-sharp/files/patch-gtksourceview_Makefile.in b/x11-toolkits/gtksourceview-sharp/files/patch-gtksourceview_Makefile.in new file mode 100644 index 000000000..0408131d5 --- /dev/null +++ b/x11-toolkits/gtksourceview-sharp/files/patch-gtksourceview_Makefile.in @@ -0,0 +1,11 @@ +--- gtksourceview/Makefile.in.orig Wed Feb 1 17:24:42 2006 ++++ gtksourceview/Makefile.in Wed Feb 1 17:25:22 2006 +@@ -158,7 +158,7 @@ + EXTRA_DIST = $(sources) $(customs) Gtk.metadata gtksourceview-api.raw AssemblyInfo.cs.in + DISTCLEANFILES = AssemblyInfo.cs + noinst_DATA = gtksourceview-sharp.dll +-apidir = $(gtksharp_prefix)/share/gapi-2.0 ++apidir = $(prefix)/share/gapi-2.0 + api_DATA = gtksourceview-api.xml + sources = \ + GtkSourceView.cs |