summaryrefslogtreecommitdiff
path: root/community/enter/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/enter/PKGBUILD')
-rw-r--r--community/enter/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/enter/PKGBUILD b/community/enter/PKGBUILD
index e74da4ff0..e33389d06 100644
--- a/community/enter/PKGBUILD
+++ b/community/enter/PKGBUILD
@@ -10,11 +10,14 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://enter.sf.net"
license=('GPL')
depends=('libxft' 'imlib2' 'xorg-server')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('47a77ae57e667f887f856c0a126d667a')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+ enter-0.0.9-X11_Xext.patch)
+md5sums=('47a77ae57e667f887f856c0a126d667a'
+ '7e7dee216860d11833706b70b17b6905')
build() {
cd $srcdir/$pkgname-$pkgver
+ patch -Np1 -i ${srcdir}/enter-0.0.9-X11_Xext.patch
sed -i 's|\[xft-config\]|\[pkg-config\]|' configure.ac
autoreconf
./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt"