summaryrefslogtreecommitdiffstats
path: root/www/galeon2/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-06-16 19:03:10 +0000
committermarcus <marcus@FreeBSD.org>2002-06-16 19:03:10 +0000
commit275673ba5e814377b8f5315752d7d2af44cbbf7c (patch)
tree224f441443f57ef5bbdadec8ee2644255da5ef18 /www/galeon2/files
parentceb8893cf306504ff17661c979c2fd36227bb93a (diff)
downloadFreeBSD-ports-275673ba5e814377b8f5315752d7d2af44cbbf7c.zip
FreeBSD-ports-275673ba5e814377b8f5315752d7d2af44cbbf7c.tar.gz
Fix build on -CURRENT.
Diffstat (limited to 'www/galeon2/files')
-rw-r--r--www/galeon2/files/patch-src_mozilla_TOCProtocolHandler.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-src_mozilla_TOCProtocolHandler.cpp b/www/galeon2/files/patch-src_mozilla_TOCProtocolHandler.cpp
new file mode 100644
index 0000000..8a63aaa
--- /dev/null
+++ b/www/galeon2/files/patch-src_mozilla_TOCProtocolHandler.cpp
@@ -0,0 +1,11 @@
+--- src/mozilla/TOCProtocolHandler.cpp.orig Sun Jun 16 14:02:36 2002
++++ src/mozilla/TOCProtocolHandler.cpp Sun Jun 16 14:11:48 2002
+@@ -400,7 +400,7 @@
+ nsresult rv;
+
+ struct dirent **namelist;
+- int n = scandir (SHARE_DIR"/../gnome/help", &namelist, select,
++ int n = scandir (SHARE_DIR"/../gnome/help", &namelist, ((int(*)(struct dirent *))select),
+ alphasort);
+ if (n<0) return NS_ERROR_FAILURE;
+
OpenPOWER on IntegriCloud