diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-09-15 20:08:26 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-09-15 20:08:26 +0000 |
commit | 38e6da4e1065dcfe5dd43259c61279027b8a4f31 (patch) | |
tree | 3dca82c6d11c0eb3272f59c4d266ab75aefb0081 /net-dialup/wvdial/files/wvdial-1.54.0-destdir.patch | |
parent | Add app-arch/unzip to DEPEND; bug #69831 (diff) | |
download | historical-38e6da4e1065dcfe5dd43259c61279027b8a4f31.tar.gz historical-38e6da4e1065dcfe5dd43259c61279027b8a4f31.tar.bz2 historical-38e6da4e1065dcfe5dd43259c61279027b8a4f31.zip |
append pkg-config --cflags/--libs libwvstreams (#106018)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup/wvdial/files/wvdial-1.54.0-destdir.patch')
-rw-r--r-- | net-dialup/wvdial/files/wvdial-1.54.0-destdir.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-dialup/wvdial/files/wvdial-1.54.0-destdir.patch b/net-dialup/wvdial/files/wvdial-1.54.0-destdir.patch new file mode 100644 index 000000000000..d8328b09d107 --- /dev/null +++ b/net-dialup/wvdial/files/wvdial-1.54.0-destdir.patch @@ -0,0 +1,16 @@ +diff -Nru wvdial-1.54.0.orig/Makefile wvdial-1.54.0/Makefile +--- wvdial-1.54.0.orig/Makefile 2003-11-14 21:46:13.000000000 +0200 ++++ wvdial-1.54.0/Makefile 2005-09-15 22:59:34.972570352 +0300 +@@ -6,10 +6,10 @@ + && 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 + |