diff options
Diffstat (limited to 'net-misc/vtun/files/vtun-2.5-r2-gentoo-gcc3.1.patch')
-rw-r--r-- | net-misc/vtun/files/vtun-2.5-r2-gentoo-gcc3.1.patch | 22 |
1 files changed, 22 insertions, 0 deletions
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 |