diff options
-rw-r--r-- | www/epiphany/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany/files/patch-embed_mozilla_EphyBrowser.h | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 6e6a5080f9c0..03e24fe87133 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,7 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 diff --git a/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h b/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h new file mode 100644 index 000000000000..d5d35979ddff --- /dev/null +++ b/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h @@ -0,0 +1,17 @@ +--- embed/mozilla/EphyBrowser.h.orig Sun Dec 19 02:17:33 2004 ++++ embed/mozilla/EphyBrowser.h Sun Dec 19 02:17:56 2004 +@@ -156,11 +156,13 @@ + nsCOMPtr<nsIDOMDocument> mTargetDocument; + nsCOMPtr<nsIDOMEventTarget> mEventTarget; + nsCOMPtr<nsIDOMWindow> mDOMWindow; +- nsCOMPtr<nsISecureBrowserUI> mSecurityInfo; + EphyFaviconEventListener *mFaviconEventListener; + EphyPopupBlockEventListener *mPopupBlockEventListener; + EphyModalAlertEventListener *mModalAlertListener; + PRBool mInitialized; ++#ifdef HAVE_MOZILLA_PSM ++ nsCOMPtr<nsISecureBrowserUI> mSecurityInfo; ++#endif + + nsresult GetListener (void); + nsresult AttachListeners (void); |