summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Jones <ashmodai@gentoo.org>2002-06-06 16:19:09 +0000
committerMike Jones <ashmodai@gentoo.org>2002-06-06 16:19:09 +0000
commit89eb96e28666747774a18baa8d95e3c80212cb83 (patch)
tree3383fff89185003df538ee08bc38945844cbc9ef /net-misc/vtun/files
parentTypo fix (diff)
downloadhistorical-89eb96e28666747774a18baa8d95e3c80212cb83.tar.gz
historical-89eb96e28666747774a18baa8d95e3c80212cb83.tar.bz2
historical-89eb96e28666747774a18baa8d95e3c80212cb83.zip
Included patch for configure script that fixes a problem with include search path under gcc 3.1
Diffstat (limited to 'net-misc/vtun/files')
-rw-r--r--net-misc/vtun/files/digest-vtun-2.5-r21
-rw-r--r--net-misc/vtun/files/vtun-2.5-r2-gentoo-gcc3.1.patch22
2 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/vtun/files/digest-vtun-2.5-r2 b/net-misc/vtun/files/digest-vtun-2.5-r2
new file mode 100644
index 000000000000..abf8dfbce137
--- /dev/null
+++ b/net-misc/vtun/files/digest-vtun-2.5-r2
@@ -0,0 +1 @@
+MD5 b29bffeb07e66567e247641919c45b23 vtun-2.5.tar.gz 92510
diff --git a/net-misc/vtun/files/vtun-2.5-r2-gentoo-gcc3.1.patch b/net-misc/vtun/files/vtun-2.5-r2-gentoo-gcc3.1.patch
new file mode 100644
index 000000000000..6158949c7315
--- /dev/null
+++ b/net-misc/vtun/files/vtun-2.5-r2-gentoo-gcc3.1.patch
@@ -0,0 +1,22 @@
+--- vtun/configure 2000-12-28 00:35:10.000000000 -0500
++++ vtun-gentoo/configure 2002-06-06 12:03:43.000000000 -0400
+@@ -1992,7 +1992,9 @@
+
+ done
+ if test "$ac_hdr_found" = "yes" ; then
++ if test "$p" != "/usr/include" ; then
+ CPPFLAGS="$CPPFLAGS -I$p"
++ fi
+ echo "$ac_t""($p) yes " 1>&6
+ echo $ac_n "checking for lzo1x_decompress in -llzo""... $ac_c" 1>&6
+ echo "configure:1999: checking for lzo1x_decompress in -llzo" >&5
+@@ -2080,7 +2082,9 @@
+
+ done
+ if test "$ac_hdr_found" = "yes" ; then
++ if test "$p" != "/usr/include" ; then
+ CPPFLAGS="$CPPFLAGS -I$p"
++ fi
+ echo "$ac_t""($p) yes " 1>&6
+ echo $ac_n "checking for BF_set_key in -lcrypto""... $ac_c" 1>&6
+ echo "configure:2087: checking for BF_set_key in -lcrypto" >&5