summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-09-15 20:08:26 +0000
committerAlin Năstac <mrness@gentoo.org>2005-09-15 20:08:26 +0000
commit38e6da4e1065dcfe5dd43259c61279027b8a4f31 (patch)
tree3dca82c6d11c0eb3272f59c4d266ab75aefb0081 /net-dialup/wvdial/files/wvdial-1.54.0-destdir.patch
parentAdd app-arch/unzip to DEPEND; bug #69831 (diff)
downloadhistorical-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.patch16
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
+