summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/wvdial/files/wvdial-1.60-as-needed.patch')
-rw-r--r--net-dialup/wvdial/files/wvdial-1.60-as-needed.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-dialup/wvdial/files/wvdial-1.60-as-needed.patch b/net-dialup/wvdial/files/wvdial-1.60-as-needed.patch
new file mode 100644
index 0000000..e88ac3a
--- /dev/null
+++ b/net-dialup/wvdial/files/wvdial-1.60-as-needed.patch
@@ -0,0 +1,16 @@
+diff -NrU5 wvdial-1.60.orig/Makefile wvdial-1.60/Makefile
+--- wvdial-1.60.orig/Makefile 2008-12-14 17:18:25.000000000 +0100
++++ wvdial-1.60/Makefile 2008-12-14 17:20:13.000000000 +0100
+@@ -15,10 +15,12 @@
+ ifeq ($(PC_LIBS),)
+ $(error WvStreams does not appear to be installed)
+ endif
+ LIBS+=$(PC_LIBS)
+
++wvdial-LIBS+= -luniconf
++
+ BINDIR=${prefix}/bin
+ MANDIR=${prefix}/share/man
+ PPPDIR=${DESTDIR}/etc/ppp/peers
+
+ include wvrules.mk