OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Mar-2004 11:48:17
Branch: HEAD Handle: 2004032410481601
Added files:
openpkg-src/w3m w3m.patch
Modified files:
openpkg-src/w3m w3m.spec
Log:
Fixed -I /OpkgRoot/include for libwc
Summary:
Revision Changes Path
1.2 +11 -0 openpkg-src/w3m/w3m.patch
1.51 +3 -1 openpkg-src/w3m/w3m.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.patch
============================================================================
$ cvs diff -u -r0 -r1.2 w3m.patch
--- /dev/null 2004-03-24 11:48:17.000000000 +0100
+++ w3m.patch 2004-03-24 11:48:17.000000000 +0100
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2004-03-24 11:29:09.000000000 +0100
++++ Makefile.in 2004-03-24 11:30:52.000000000 +0100
+@@ -35,7 +35,7 @@
+ ETC_DIR = $(sysconfdir)
+ CONF_DIR = $(sysconfdir)/$(PACKAGE)
+
+-CFLAGS = $(OPTS) @CFLAGS@ $(DEFS)
++CFLAGS = $(OPTS) @CFLAGS@ -I$(includedir) $(DEFS)
+ WCCFLAGS = @WCCFLAGS@
+ CPPFLAGS = @CPPFLAGS@
+ DEFS = @DEFS@ -I. -I$(top_srcdir) -DAUXBIN_DIR=\"$(AUXBIN_DIR)\" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/w3m/w3m.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 w3m.spec
--- openpkg-src/w3m/w3m.spec 22 Mar 2004 09:14:20 -0000 1.50
+++ openpkg-src/w3m/w3m.spec 24 Mar 2004 10:48:17 -0000 1.51
@@ -34,10 +34,11 @@
Group: Web
License: BSD
Version: 0.5
-Release: 20040322
+Release: 20040324
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
+Patch0: w3m.patch
# build information
Prefix: %{l_prefix}
@@ -65,6 +66,7 @@
%prep
%setup -q
+ %patch -p0
%{l_shtool} subst \
-e 's;^\(#define JP_CHARSET\);/*\1*/;g' \
fm.h \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]