diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-08 16:46:44 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-08 16:46:44 +0000 |
commit | 44721585457408d9998354f55b0f66b11dd2def8 (patch) | |
tree | fbba2ef41932bf6e5e9dd0f089f4d98333e41f16 /net-dialup/wvdial/files | |
parent | sorry grant! here it is :) (diff) | |
download | gentoo-2-44721585457408d9998354f55b0f66b11dd2def8.tar.gz gentoo-2-44721585457408d9998354f55b0f66b11dd2def8.tar.bz2 gentoo-2-44721585457408d9998354f55b0f66b11dd2def8.zip |
added diff
Diffstat (limited to 'net-dialup/wvdial/files')
-rw-r--r-- | net-dialup/wvdial/files/wvdial-1.53-crypt.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dialup/wvdial/files/wvdial-1.53-crypt.patch b/net-dialup/wvdial/files/wvdial-1.53-crypt.patch new file mode 100644 index 000000000000..9ebaa9c66f0e --- /dev/null +++ b/net-dialup/wvdial/files/wvdial-1.53-crypt.patch @@ -0,0 +1,11 @@ +--- wvdial-1.53-clean/src/Makefile Mon Mar 18 16:37:39 2002 ++++ wvdial-1.53/src/Makefile Mon Oct 7 12:53:50 2002 +@@ -9,7 +9,7 @@ + wvdial.a: wvdialer.o wvdialtext.o wvmodemscan.o wvpapchap.o wvdialbrain.o \ + wvdialmon.o + +-LIBS = -L../wvstreams -lwvutils -lwvstreams ++LIBS = -L../wvstreams -lwvutils -lwvstreams -lcrypt + + wvdial wvdialconf papchaptest atztest pppmon: wvdial.a + |