summaryrefslogtreecommitdiff
path: root/community/enter/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-07 15:56:33 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-07 15:56:33 -0500
commitf42fc14f1c72df432bf84d39676350741313decd (patch)
treebcee20439bde102c2917cf472ddf231948f60a30 /community/enter/PKGBUILD
parenta41239c941341e3c2017c6d3644e2cce0f1badf2 (diff)
Add enter-0.0.9-X11_Xext.patch
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"