tightvnc: fixed build process
This commit is contained in:
parent
5bcad77d98
commit
b0b59ad838
@ -6,7 +6,7 @@
|
||||
|
||||
name=tightvnc
|
||||
version=1.3.9
|
||||
release=2
|
||||
release=3
|
||||
source=(http://download.sourceforge.net/sourceforge/vnc-tight/${name}-${version}_unixsrc.tar.bz2 \
|
||||
$name-config.patch)
|
||||
|
||||
@ -15,8 +15,12 @@ build() {
|
||||
|
||||
patch -p1 < $SRC/$name-config.patch
|
||||
|
||||
xmkmf
|
||||
make World
|
||||
xmkmf -a
|
||||
|
||||
make Makefiles
|
||||
find . -name "Makefile" -exec sed -i -e 's/-lXp$//g' '{}' \;
|
||||
make depend
|
||||
make all
|
||||
|
||||
cd Xvnc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user