summaryrefslogtreecommitdiff
path: root/www/gecko-sharp/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/gecko-sharp/files')
-rw-r--r--www/gecko-sharp/files/patch-gtkmozembed::Makefile.in24
-rw-r--r--www/gecko-sharp/files/patch-gtkmozembed::gecko-sharp.dll.config13
-rw-r--r--www/gecko-sharp/files/patch-samples::Makefile.in19
3 files changed, 0 insertions, 56 deletions
diff --git a/www/gecko-sharp/files/patch-gtkmozembed::Makefile.in b/www/gecko-sharp/files/patch-gtkmozembed::Makefile.in
deleted file mode 100644
index 2b10a994f1c4..000000000000
--- a/www/gecko-sharp/files/patch-gtkmozembed::Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- gtkmozembed/Makefile.in.orig Tue Sep 21 22:51:02 2004
-+++ gtkmozembed/Makefile.in Tue Sep 21 22:54:11 2004
-@@ -262,16 +262,16 @@
-
- gecko-sharp.dll: $(build_sources) generated-stamp gecko-sharp.snk
- $(MCS) --unsafe --target library -L $(GTKSHARP_PREFIX)/lib \
-- /pkg:gtk-sharp \
-+ `pkg-config --libs gtk-sharp` \
- $(build_sources) generated/*.cs -o gecko-sharp.dll
-
- install-data-local:
-- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package gecko-sharp /root $(DESTDIR)$(libdir)"; \
-- $(GACUTIL) /i $(ASSEMBLY) /f /package gecko-sharp /root $(DESTDIR)$(libdir) || exit 1;
-+ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package gecko-sharp /root $(DESTDIR)$(libdir) /gacdir $(DESTDIR)$(libdir)"; \
-+ $(GACUTIL) /i $(ASSEMBLY) /f /package gecko-sharp /root $(DESTDIR)$(libdir) /gacdir $(DESTDIR)$(libdir) || exit 1;
-
- uninstall-local:
-- echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package gecko-sharp /root $(DESTDIR)$(libdir)"; \
-- $(GACUTIL) /u $(ASSEMBLY_NAME) /package gecko-sharp /root $(DESTDIR)$(libdir) || exit 1;
-+ echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package gecko-sharp /root $(DESTDIR)$(libdir) /gacdir $(DESTDIR)$(libdir)"; \
-+ $(GACUTIL) /u $(ASSEMBLY_NAME) /package gecko-sharp /root $(DESTDIR)$(libdir) /gacdir $(DESTDIR)$(libdir) || exit 1;
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/www/gecko-sharp/files/patch-gtkmozembed::gecko-sharp.dll.config b/www/gecko-sharp/files/patch-gtkmozembed::gecko-sharp.dll.config
deleted file mode 100644
index 54dc6ec52d51..000000000000
--- a/www/gecko-sharp/files/patch-gtkmozembed::gecko-sharp.dll.config
+++ /dev/null
@@ -1,13 +0,0 @@
---- gtkmozembed/gecko-sharp.dll.config.orig Wed May 5 22:34:49 2004
-+++ gtkmozembed/gecko-sharp.dll.config Wed Aug 25 19:22:11 2004
-@@ -1,6 +1,6 @@
- <configuration>
-- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
-- <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
-- <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so.0"/>
-- <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
-+ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/>
-+ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so"/>
-+ <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so"/>
-+ <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so"/>
- </configuration>
diff --git a/www/gecko-sharp/files/patch-samples::Makefile.in b/www/gecko-sharp/files/patch-samples::Makefile.in
deleted file mode 100644
index bff97d28d7a2..000000000000
--- a/www/gecko-sharp/files/patch-samples::Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- sample/Makefile.in.orig Sat Aug 28 00:22:09 2004
-+++ sample/Makefile.in Sat Aug 28 00:24:05 2004
-@@ -274,14 +274,14 @@
- -L @top_builddir@/gtkmozembed \
- -r gecko-sharp.dll \
- -L $(GTKSHARP_PREFIX)/lib \
-- -pkg:gtk-sharp \
-+ `pkg-config --libs gtk-sharp` \
- -r System.Drawing \
- -o GtkMozApp.exe $(srcdir)/GtkMozApp.cs $(srcdir)/MozWindow.cs
-
- WebThumbnailer.exe: $(srcdir)/WebThumbnailer.cs
- $(MCS) -L @top_builddir@/gtkmozembed \
- -r gecko-sharp.dll \
-- -pkg:gtk-sharp $(srcdir)/WebThumbnailer.cs \
-+ `pkg-config --libs gtk-sharp` $(srcdir)/WebThumbnailer.cs \
- -o WebThumbnailer.exe
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.