From ebb557a0c32771c1112bdb4ba87ea189d0dc01a7 Mon Sep 17 00:00:00 2001 From: kueller Date: Fri, 12 Aug 2011 18:49:40 +0000 Subject: [PATCH] xv uanpassungen an neue viitor Version git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6158 504e572c-2e33-0410-9681-be2bf7408885 --- SysBuild/guibased/xv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SysBuild/guibased/xv b/SysBuild/guibased/xv index e1d236b..de71784 100644 --- a/SysBuild/guibased/xv +++ b/SysBuild/guibased/xv @@ -91,7 +91,7 @@ mk() { sed -i "s%\(^DEPLIBS =\).*\$(LIBJPEG)%\1%" Makefile sed -i "s%^JPEGINC.*$%JPEGINC = -I/usr/include%" Makefile sed -i "/^TIFFDIR/d" Makefile - sed -i "s%^LIBTIFF.*$%LIBTIFF = /usr/$LIBDIR/libtiff.a%" Makefile + sed -i "s%^LIBTIFF.*$%LIBTIFF = /usr/$LIBDIR/libtiff.a -ljpeg%" Makefile sed -i "s%-lm%-lm -lz%" Makefile sed -i "s%^TIFFINCLUDE.*$%TIFFINCLUDE = -I/usr/include%" Makefile sed -i "/extern char \*sys_errlist/d" xv.h