diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-29 13:55:41 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-29 13:55:41 +0000 |
commit | 400eab4eb8c7d0d19a2352097061197e89409754 (patch) | |
tree | 3784392c2fef627f5e0efa5206fd20aebad6827f /net-dialup/wvdial/files | |
parent | Vresion bump; closes bug #43241. (Manifest recommit) (diff) | |
download | gentoo-2-400eab4eb8c7d0d19a2352097061197e89409754.tar.gz gentoo-2-400eab4eb8c7d0d19a2352097061197e89409754.tar.bz2 gentoo-2-400eab4eb8c7d0d19a2352097061197e89409754.zip |
version bump, bug #41186, thx to Peter Colijn <sirjoltalot@yahoo.com>
Diffstat (limited to 'net-dialup/wvdial/files')
-rw-r--r-- | net-dialup/wvdial/files/digest-wvdial-1.54.0 | 1 | ||||
-rw-r--r-- | net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/net-dialup/wvdial/files/digest-wvdial-1.54.0 b/net-dialup/wvdial/files/digest-wvdial-1.54.0 new file mode 100644 index 000000000000..6442ef51a825 --- /dev/null +++ b/net-dialup/wvdial/files/digest-wvdial-1.54.0 @@ -0,0 +1 @@ +MD5 8648c044305fc66ee33ecc55d36f8c8b wvdial-1.54.0.tar.gz 67374 diff --git a/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch b/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch new file mode 100644 index 000000000000..88ef2b8cc8ff --- /dev/null +++ b/net-dialup/wvdial/files/wvdial-1.54.0-makefile.patch @@ -0,0 +1,32 @@ +diff -ruN wvdial-1.54.0/Makefile wvdial-1.54.0.makefile/Makefile +--- wvdial-1.54.0/Makefile 2003-11-14 14:46:13.000000000 -0500 ++++ wvdial-1.54.0.makefile/Makefile 2004-02-14 04:28:20.754534496 -0500 +@@ -1,15 +1,13 @@ +-ifeq ($(TOPDIR),) +- TOPDIR=. +- PKGINC=/usr/include/wvstreams /usr/local/include/wvstreams +- LIBS := $(LIBS) \ ++TOPDIR=. ++PKGINC=/usr/include/wvstreams /usr/local/include/wvstreams ++LIBS := $(LIBS) \ + $(shell $(CC) -lsupc++ 2>&1 | grep -q "undefined reference" \ + && echo " -lsupc++") +-endif + +-PREFIX=/usr/local ++PREFIX=${DESTDIR}/usr + BINDIR=${PREFIX}/bin + MANDIR=${PREFIX}/share/man +-PPPDIR=/etc/ppp/peers ++PPPDIR=${DESTDIR}/etc/ppp/peers + + include $(TOPDIR)/wvrules.mk + +@@ -21,7 +19,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 -ldb + + wvdial wvdialconf papchaptest pppmon: wvdial.a |