Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
8c0a248964
2 changed files with 23 additions and 2 deletions
  1. +21
    -0
      package/esden/wvdial/hotfixes.patch
  2. +2
    -2
      package/esden/wvdial/wvdial.desc

+ 21
- 0
package/esden/wvdial/hotfixes.patch

@ -0,0 +1,21 @@
--- ./Makefile.orig 2007-07-19 21:22:26.000000000 +0000
+++ ./Makefile 2009-09-02 00:57:38.000000000 +0000
@@ -1,7 +1,7 @@
-prefix=/usr/local
+prefix=/usr
WVSTREAMS_INC=
-WVSTREAMS_LIB=
+WVSTREAMS_LIB=.
WVSTREAMS_BIN=$(prefix)/bin
WVSTREAMS_SRC=.
@@ -30,7 +30,7 @@
wvdial.a: wvdialer.o wvmodemscan.o wvpapchap.o wvdialbrain.o \
wvdialmon.o
-wvdial: LDFLAGS+=-luniconf
+wvdial: LIBS+=-luniconf
wvdial wvdialconf papchaptest pppmon: wvdial.a

+ 2
- 2
package/esden/wvdial/wvdial.desc

@ -37,8 +37,8 @@
[L] LGPL
[S] Stable
[V] 1.54.0
[V] 1.60
[P] X --?--5---9 207.900
[D] 1355721647 wvdial-1.54.0.tar.gz http://open.nit.ca/download/
[D] 4038370566 wvdial-1.60.tar.gz http://alumnit.ca/download/

Loading…
Cancel
Save