Le 29 avr. 2011 à 01:31, James Bursa a écrit :

> On Wed, 27 Apr 2011 18:01:34 +0200
> François Revol <[email protected]> wrote:
> 
>> I just created a branch for that:
>> http://source.netsurf-browser.org/branches/mmu_man/netsurf-gopher-support/
>> 
>> Feel free to test.

Btw,
for OSX one might need to use the libcurl from MacPorts instead, as the one 
from Apple is too old:

Index: cocoa/Makefile.target
===================================================================
--- cocoa/Makefile.target       (revision 12270)
+++ cocoa/Makefile.target       (working copy)
@@ -5,6 +5,7 @@
   POSTEXES += NetSurf.app
 
   LDFLAGS += -L/usr/X11/lib
+  LDFLAGS += -L/opt/local/lib
   LDFLAGS += -lm -lxml2 -lcurl -liconv
   LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet
 
@@ -13,6 +14,7 @@
                -std=c99
 
   CFLAGS += -g -Os -Wno-uninitialized
+  CFLAGS += -I/opt/local/include
 
   # shut up zconf.h and zlib.h
   #CFLAGS += -D_LARGEFILE64_SOURCE=1


Reply via email to