[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: w3m



On Tue, Feb 08, 2000 at 12:32:35PM +0100, Hartmut Koptein wrote:
> 
>  Please send a diff  to the maintainer and to this list.
 Right away sir!  =o)))))))))))))))))))

 Note to Mr Ukai:

 Because libgc4-dev is not available for PowerPC architecture debian sources
of w3m fail to compile. I tried to use libgc5 but had no luck.
 Both original and Debian sources come with some version of libgc (according
to docs it's a bit different from mainstream of libgc). When using libgc
included with source archive w3m compiles and runs fine. In the attachment
You'll find a diff agains w3m-1.06-2 debian sources that compiles on PPC. I
didn;t test this on any other arch but i believe that this diff wouldn't
change a bit on them.
 Hope this helps.

-- 
 Robert Ramiega  | robert@plukwa.net  IRC: _Jedi_ | Don't underestimate 
 UIN: 13201047   | http://www.plukwa.net/         | the power of Source
diff -2cwr w3m-0.1.6/debian/config.h-en w3m-0.1.6.plukwa/debian/config.h-en
*** w3m-0.1.6/debian/config.h-en	Tue Feb  8 14:37:09 2000
--- w3m-0.1.6.plukwa/debian/config.h-en	Tue Feb  8 13:44:52 2000
***************
*** 59,68 ****
  LOCAL_LIBRARIES = 
  CC = gcc
! MYCFLAGS = -g -I/usr/include/gc -DDEBIAN
  KEYBIND_SRC = keybind.c
  KEYBIND_OBJ = keybind.o
  EXT=
! GCLIB=-lgc
! GCTARGET=
  AR=ar
  RANLIB=ranlib
--- 59,68 ----
  LOCAL_LIBRARIES = 
  CC = gcc
! MYCFLAGS = -g -I./gc -DDEBIAN
  KEYBIND_SRC = keybind.c
  KEYBIND_OBJ = keybind.o
  EXT=
! GCLIB=./gc/gc.a
! GCTARGET=./gc/gc.a
  AR=ar
  RANLIB=ranlib
diff -2cwr w3m-0.1.6/debian/config.h-ja w3m-0.1.6.plukwa/debian/config.h-ja
*** w3m-0.1.6/debian/config.h-ja	Tue Feb  8 14:37:09 2000
--- w3m-0.1.6.plukwa/debian/config.h-ja	Tue Feb  8 13:45:26 2000
***************
*** 59,68 ****
  LOCAL_LIBRARIES = 
  CC = gcc
! MYCFLAGS = -g -I/usr/include/gc -DDEBIAN
  KEYBIND_SRC = keybind.c
  KEYBIND_OBJ = keybind.o
  EXT=
! GCLIB=-lgc
! GCTARGET=
  AR=ar
  RANLIB=ranlib
--- 59,68 ----
  LOCAL_LIBRARIES = 
  CC = gcc
! MYCFLAGS = -g -I./gc -DDEBIAN
  KEYBIND_SRC = keybind.c
  KEYBIND_OBJ = keybind.o
  EXT=
! GCLIB=./gc/gc.a
! GCTARGET=./gc/gc.a
  AR=ar
  RANLIB=ranlib
diff -2cwr w3m-0.1.6/debian/rules w3m-0.1.6.plukwa/debian/rules
*** w3m-0.1.6/debian/rules	Tue Feb  8 14:37:09 2000
--- w3m-0.1.6.plukwa/debian/rules	Tue Feb  8 13:46:29 2000
***************
*** 30,33 ****
--- 30,34 ----
  	cp -p debian/config.h-ja config.h
  	$(MAKE) veryclean
+ 	(cd gc ; $(MAKE) )
  	$(MAKE)
  	mv w3m w3m-ja
***************
*** 44,47 ****
--- 45,49 ----
  	cp -p debian/config.h-en config.h
  	$(MAKE) veryclean
+ 	( cd gc ; $(MAKE) )
  	$(MAKE)
  	-mv -f config.h.dist config.h
diff -2cwr w3m-0.1.6/main.c w3m-0.1.6.plukwa/main.c
*** w3m-0.1.6/main.c	Tue Feb  8 14:37:08 2000
--- w3m-0.1.6.plukwa/main.c	Tue Feb  8 14:33:55 2000
***************
*** 67,71 ****
  #define MAIN real_main
  
! #if defined(DEBIAN)
  # include "gc/private/gc_priv.h"
  #else
--- 67,71 ----
  #define MAIN real_main
  
! #if defined(DEBIAN) && !defined(PPC)
  # include "gc/private/gc_priv.h"
  #else 

Reply to: