<!-- Generator: GNU source-highlight 2.4
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt>#
#
# add_dir "packages/wvstreams"

# add_dir "packages/wvstreams/files"

# add_file "packages/wvstreams/files/build-fixes-and-sanity.patch"
#  content [01f17efed1dad3b066472e2a1501896f72a5154b]

# add_file "packages/wvstreams/wvstreams_4.4.1.bb"
#  content [542217a1bc6b4315ebe06f6b32951e83333d074d]

# patch "conf/checksums.ini"
#  from [b64a88ec68ec8639f2e34a1c41503b49a393399e]
#    to [4cc12256b924e57ffa7ee2a718aa44eaa39201dd]
#
============================================================
<font color="#FF6600">--- packages/wvstreams/files/build-fixes-and-sanity.patch        01f17efed1dad3b066472e2a1501896f72a5154b</font>
<font color="#009900">+++ packages/wvstreams/files/build-fixes-and-sanity.patch        01f17efed1dad3b066472e2a1501896f72a5154b</font>
<font color="#0000FF">@@ -0,0 +1,84 @@</font>
<font color="#009900">+Index: wvstreams-4.4.1/configure.ac</font>
<font color="#009900">+===================================================================</font>
<font color="#009900">+--- wvstreams-4.4.1.orig/configure.ac        2007-08-30 04:47:54.000000000 +0200</font>
<font color="#009900">++++ wvstreams-4.4.1/configure.ac        2008-04-12 00:15:13.000000000 +0200</font>
<font color="#009900">+@@ -445,7 +445,6 @@</font>
<font color="#009900">+ # tcl</font>
<font color="#009900">+ if test "$with_tcl" != "no"; then</font>
<font color="#009900">+     CPPFLAGS_save="$CPPFLAGS"</font>
<font color="#009900">+-    WV_APPEND(CPPFLAGS, -I/usr/include/tcl8.3)</font>
<font color="#009900">+     AC_CHECK_HEADERS(tcl.h,, [with_tcl=no])</font>
<font color="#009900">+     AC_CHECK_LIB(tcl8.3, TclInterpInit,, [with_tcl=no])</font>
<font color="#009900">+     if test "$with_tcl" != "no"; then</font>
<font color="#009900">+Index: wvstreams-4.4.1/Makefile</font>
<font color="#009900">+===================================================================</font>
<font color="#009900">+--- wvstreams-4.4.1.orig/Makefile        2007-08-30 04:48:09.000000000 +0200</font>
<font color="#009900">++++ wvstreams-4.4.1/Makefile        2008-04-12 00:51:51.000000000 +0200</font>
<font color="#009900">+@@ -76,7 +76,7 @@</font>
<font color="#009900">+         $(call configure)</font>
<font color="#009900">+ </font>
<font color="#009900">+ include/wvautoconf.h: include/wvautoconf.h.in</font>
<font color="#009900">+-        $(call configure)</font>
<font color="#009900">++        </font>
<font color="#009900">+ </font>
<font color="#009900">+ gnulib/Makefile: gnulib/Makefile.in</font>
<font color="#009900">+         $(call configure)</font>
<font color="#009900">+@@ -97,9 +97,7 @@</font>
<font color="#009900">+         @touch $@</font>
<font color="#009900">+ </font>
<font color="#009900">+ configure: configure.ac include/wvautoconf.h.in aclocal.m4</font>
<font color="#009900">+-        autoconf</font>
<font color="#009900">+-        @rm -f config.mk include/wvautoconf.h gnulib/Makefile</font>
<font color="#009900">+-        @touch $@</font>
<font color="#009900">++        @echo hey@</font>
<font color="#009900">+ </font>
<font color="#009900">+ include/wvautoconf.h.in: configure.ac aclocal.m4</font>
<font color="#009900">+         autoheader</font>
<font color="#009900">+Index: wvstreams-4.4.1/config.mk.in</font>
<font color="#009900">+===================================================================</font>
<font color="#009900">+--- wvstreams-4.4.1.orig/config.mk.in        2007-08-17 07:15:31.000000000 +0200</font>
<font color="#009900">++++ wvstreams-4.4.1/config.mk.in        2008-04-12 00:25:54.000000000 +0200</font>
<font color="#009900">+@@ -31,6 +31,7 @@</font>
<font color="#009900">+ </font>
<font color="#009900">+ prefix=@prefix@</font>
<font color="#009900">+ datadir=@datadir@</font>
<font color="#009900">++datarootdir=@datarootdir@</font>
<font color="#009900">+ includedir=@includedir@</font>
<font color="#009900">+ infodir=@infodir@</font>
<font color="#009900">+ localstatedir=@localstatedir@</font>
<font color="#009900">+Index: wvstreams-4.4.1/vars.mk</font>
<font color="#009900">+===================================================================</font>
<font color="#009900">+--- wvstreams-4.4.1.orig/vars.mk        2007-08-17 07:15:31.000000000 +0200</font>
<font color="#009900">++++ wvstreams-4.4.1/vars.mk        2008-04-12 01:44:03.000000000 +0200</font>
<font color="#009900">+@@ -174,7 +174,7 @@</font>
<font color="#009900">+ </font>
<font color="#009900">+ libwvutils.a libwvutils.so: $(filter-out $(BASEOBJS) $(TESTOBJS),$(call objects,utils)) gnulib/libgnu.a</font>
<font color="#009900">+ libwvutils.so: libwvbase.so</font>
<font color="#009900">+-libwvutils.so: -lz -lcrypt</font>
<font color="#009900">++libwvutils.so: LIBS+=-lz -lcrypt</font>
<font color="#009900">+ </font>
<font color="#009900">+ libwvstreams.a libwvstreams.so: $(filter-out $(BASEOBJS), \</font>
<font color="#009900">+         $(call objects,configfile crypto ipstreams \</font>
<font color="#009900">+Index: wvstreams-4.4.1/wvrules.mk</font>
<font color="#009900">+===================================================================</font>
<font color="#009900">+--- wvstreams-4.4.1.orig/wvrules.mk        2007-08-17 07:15:31.000000000 +0200</font>
<font color="#009900">++++ wvstreams-4.4.1/wvrules.mk        2008-04-12 01:00:05.000000000 +0200</font>
<font color="#009900">+@@ -51,7 +51,7 @@</font>
<font color="#009900">+ LIBWVTEST=$(WVSTREAMS_LIB)/libwvtest.a $(LIBWVUTILS)</font>
<font color="#009900">+ </font>
<font color="#009900">+ # Default compiler we use for linking</font>
<font color="#009900">+-WVLINK_CC = gcc</font>
<font color="#009900">++WVLINK_CC = $(CC)</font>
<font color="#009900">+ </font>
<font color="#009900">+ # FIXME: what does this do??</font>
<font color="#009900">+ XX_LIBS := $(XX_LIBS) $(shell $(CC) -lsupc++ -lgcc_eh 2&gt;&amp;1 | grep -q "undefined reference" &amp;&amp; echo " -lsupc++ -lgcc_eh")</font>
<font color="#009900">+Index: wvstreams-4.4.1/xplc/config/config.mk.in</font>
<font color="#009900">+===================================================================</font>
<font color="#009900">+--- wvstreams-4.4.1.orig/xplc/config/config.mk.in        2005-10-31 23:33:26.000000000 +0100</font>
<font color="#009900">++++ wvstreams-4.4.1/xplc/config/config.mk.in        2008-04-12 00:27:33.000000000 +0200</font>
<font color="#009900">+@@ -49,4 +49,4 @@</font>
<font color="#009900">+ LN_S:=@LN_S@</font>
<font color="#009900">+ LIBS:=@LIBS@</font>
<font color="#009900">+ CVS2CL:=@CVS2CL@</font>
<font color="#009900">+-</font>
<font color="#009900">++datarootdir:=@datarootdir@</font>
============================================================
<font color="#FF6600">--- packages/wvstreams/wvstreams_4.4.1.bb        542217a1bc6b4315ebe06f6b32951e83333d074d</font>
<font color="#009900">+++ packages/wvstreams/wvstreams_4.4.1.bb        542217a1bc6b4315ebe06f6b32951e83333d074d</font>
<font color="#0000FF">@@ -0,0 +1,16 @@</font>
<font color="#009900">+HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams"</font>
<font color="#009900">+LICENSE = "LGPL"</font>
<font color="#009900">+DESCRIPTION = "WvStreams is a network programming library in C++"</font>
<font color="#009900">+DEPENDS = "zlib openssl (&gt;= 0.9.8)"</font>
<font color="#009900">+</font>
<font color="#009900">+SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \</font>
<font color="#009900">+           file://build-fixes-and-sanity.patch;patch=1 "</font>
<font color="#009900">+</font>
<font color="#009900">+inherit autotools</font>
<font color="#009900">+</font>
<font color="#009900">+LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"</font>
<font color="#009900">+</font>
<font color="#009900">+EXTRA_AUTORECONF += " -I${S}/gnulib/m4"</font>
<font color="#009900">+EXTRA_OECONF = " --without-tcl --without-qt --without-pam"</font>
<font color="#009900">+</font>
<font color="#009900">+</font>
============================================================
<font color="#FF6600">--- conf/checksums.ini        b64a88ec68ec8639f2e34a1c41503b49a393399e</font>
<font color="#009900">+++ conf/checksums.ini        4cc12256b924e57ffa7ee2a718aa44eaa39201dd</font>
<font color="#0000FF">@@ -11950,6 +11950,10 @@ sha256=2f9755e2e3f96d26380857ef95be7765e</font>
 md5=7bb22f2bcdeed54b3fb5407d6d8bc9bb
 sha256=2f9755e2e3f96d26380857ef95be7765e6e276f6b53194c70633c027485d67f0
 
<font color="#009900">+[http://wvstreams.googlecode.com/files/wvstreams-4.4.1.tar.gz]</font>
<font color="#009900">+md5=907b0cba8931553d848620ea16f006b9</font>
<font color="#009900">+sha256=cff48f9a87e94672c7a819661a3a5c893ee44e763c6e5775d00aff3de43619b1</font>
<font color="#009900">+</font>
 [http://switch.dl.sourceforge.net/sourceforge/wvware/wv-1.2.0.tar.gz]
 md5=b6319d5e75611fe2210453b5feb82c0c
 sha256=a76f44468e78591e6d510d326702e7c3999d2b9dd3ab8ab8c1c9811fd5b111e4
</tt></pre>