summaryrefslogtreecommitdiff
path: root/www/gecko-sharp10/files/patch-samples::Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /www/gecko-sharp10/files/patch-samples::Makefile.in
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'www/gecko-sharp10/files/patch-samples::Makefile.in')
-rw-r--r--www/gecko-sharp10/files/patch-samples::Makefile.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/gecko-sharp10/files/patch-samples::Makefile.in b/www/gecko-sharp10/files/patch-samples::Makefile.in
deleted file mode 100644
index bff97d28d7a2..000000000000
--- a/www/gecko-sharp10/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.