View | Details | Raw Unified | Return to bug 146231
Collapse All | Expand All

(-)www/firefox/Makefile (+5 lines)
Lines 56-61 OPTIONS= DBUS "Enable D-BUS support" on Link Here
56
		NEWTAB "Open external links in a new tab" on \
56
		NEWTAB "Open external links in a new tab" on \
57
		SMB "Enable smb:// URI support using gnomevfs" off
57
		SMB "Enable smb:// URI support using gnomevfs" off
58
58
59
.if defined(WITH_PORT_LIBS)
60
USE_MOZILLA=	-dbm -xft
61
MOZ_OPTIONS+=	--enable-system-sqlite
62
.endif
63
59
.include <bsd.port.pre.mk>
64
.include <bsd.port.pre.mk>
60
65
61
.if ${OSVERSION} < 700000
66
.if ${OSVERSION} < 700000
(-)www/firefox/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp (+11 lines)
Added Link Here
1
--- modules/libpr0n/encoders/png/nsPNGEncoder.cpp~
2
+++ modules/libpr0n/encoders/png/nsPNGEncoder.cpp
3
@@ -135,7 +135,7 @@ NS_IMETHODIMP nsPNGEncoder::StartImageEn
4
 
5
   // initialize
6
   mPNG = png_create_write_struct(PNG_LIBPNG_VER_STRING,
7
-                                 png_voidp_NULL,
8
+                                 0,
9
                                  ErrorCallback,
10
                                  ErrorCallback);
11
   if (! mPNG)

Return to bug 146231