From b0b59ad838a011cbe975671f6534e229e2330099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=C3=9Fner?= Date: Fri, 1 Feb 2008 17:51:54 +0100 Subject: [PATCH] tightvnc: fixed build process --- tightvnc/Pkgfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tightvnc/Pkgfile b/tightvnc/Pkgfile index f8ac51484..ef8612a85 100644 --- a/tightvnc/Pkgfile +++ b/tightvnc/Pkgfile @@ -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