mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build with mozilla-1.0.1. Note, this breaks building with mozilla-1.0.
This fix may be subject to change pending a response from the Galeon developers. PR: 42841
This commit is contained in:
parent
1827ec0be4
commit
b7f0e90180
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66453
11
www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp
Normal file
11
www/galeon/files/patch-src_mozilla_GaleonWrapper.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/mozilla/GaleonWrapper.cpp.orig Mon Sep 16 12:42:40 2002
|
||||
+++ src/mozilla/GaleonWrapper.cpp Mon Sep 16 12:42:47 2002
|
||||
@@ -182,7 +182,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
-#if MOZILLA_SNAPSHOT > 1
|
||||
+#if MOZILLA_SNAPSHOT > 0
|
||||
result = print->PrintPreview(options, nsnull, nsnull);
|
||||
#else
|
||||
result = print->PrintPreview(options);
|
11
www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp
Normal file
11
www/galeon2/files/patch-src_mozilla_GaleonWrapper.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/mozilla/GaleonWrapper.cpp.orig Mon Sep 16 12:42:40 2002
|
||||
+++ src/mozilla/GaleonWrapper.cpp Mon Sep 16 12:42:47 2002
|
||||
@@ -182,7 +182,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
-#if MOZILLA_SNAPSHOT > 1
|
||||
+#if MOZILLA_SNAPSHOT > 0
|
||||
result = print->PrintPreview(options, nsnull, nsnull);
|
||||
#else
|
||||
result = print->PrintPreview(options);
|
Loading…
Reference in New Issue
Block a user