From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/tvision/PKGBUILD | 27 +++++++++++++++++++++++++++ community/tvision/tvision-build-fix.patch | 13 +++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 community/tvision/PKGBUILD create mode 100644 community/tvision/tvision-build-fix.patch (limited to 'community/tvision') diff --git a/community/tvision/PKGBUILD b/community/tvision/PKGBUILD new file mode 100644 index 000000000..2363dde33 --- /dev/null +++ b/community/tvision/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 23701 2010-08-14 23:06:10Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Sergej Pupykin + +pkgname=tvision +pkgver=2.2.1_r1 +pkgrel=1 +pkgdesc="turbo vision library port (console interface)" +arch=(i686 x86_64) +url="http://tvision.sourceforge.net" +license=("GPL") +depends=(gpm gcc-libs libxmu allegro) +options=('!makeflags') +source=("http://downloads.sourceforge.net/project/tvision/UNIX/2.2.1%20CVS20100714%20Source%20and%20Debian%205.0/rhtvision_${pkgver/_r/-}.tar.gz" + tvision-build-fix.patch) +md5sums=('46b815d86bbbb2f9b112b11f63e2f5a6' + 'e24e3520bd7c6beb441716b8998b4c64') + +build() { + cd $srcdir/$pkgname + + patch -p1 <$srcdir/tvision-build-fix.patch + + ./configure --prefix=/usr --include=/usr/include + make || return 1 + make prefix=$pkgdir/usr install +} diff --git a/community/tvision/tvision-build-fix.patch b/community/tvision/tvision-build-fix.patch new file mode 100644 index 000000000..51fea1bda --- /dev/null +++ b/community/tvision/tvision-build-fix.patch @@ -0,0 +1,13 @@ +diff -wbBur tvision/classes/x11/x11src.cc tvision.q/classes/x11/x11src.cc +--- tvision/classes/x11/x11src.cc 2009-12-29 15:52:24.000000000 +0000 ++++ tvision.q/classes/x11/x11src.cc 2010-08-14 22:52:01.000000000 +0000 +@@ -40,6 +40,9 @@ + // That's a nasty side effect: X defines Boolean! + #if (defined(TVOS_UNIX) || defined(TVCompf_Cygwin)) && defined(HAVE_X11) + #include ++ #include ++ #include ++ #include + #endif + + #define Uses_stdio -- cgit v1.2.3-54-g00ecf