wok diff realvnc-viewer/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents d1b6fe8c8301
children 3705d68ed8f3
line diff
     1.1 --- a/realvnc-viewer/receipt	Thu Jul 18 10:30:42 2013 +0000
     1.2 +++ b/realvnc-viewer/receipt	Thu Aug 03 05:22:36 2017 -0300
     1.3 @@ -15,12 +15,16 @@
     1.4  xorg-libXdmcp-dev xorg-libXmu-dev xorg-xextproto xorg-libXtst-dev"
     1.5  PROVIDE="vncviewer"
     1.6  TAGS="remote-desktop vnc"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	mv vnc4* $src 2> /dev/null
    1.13  	cd $src
    1.14 +	case "$ARCH" in
    1.15 +	arm*) sed -i 's/(AR)/& rc/' common/zlib/Makefile.in ;;
    1.16 +	esac
    1.17  	for i in unix/tx/TXImage.cxx unix/x0vncserver/Image.cxx \
    1.18  		 common/network/TcpSocket.cxx ; do
    1.19  		grep -q stdlib $i || sed -i '1i#include <stdlib.h>' $i