summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcobalt2018-01-05 00:40:52 +0300
committercobalt2018-01-05 00:40:52 +0300
commit296bb5e485addee3544401e6854083efc72d0a17 (patch)
tree6c9bf8de5df3ba53969bfc68ec05ae39c7c37f3b /PKGBUILD
parentd43c8a560423593f03ef02c025ebdf4bd7ffa15f (diff)
downloadaur-296bb5e485addee3544401e6854083efc72d0a17.tar.gz
Added typefix.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e67ae2274dd..1f7472464e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ conflicts=('jamin')
provides=('jamin')
options=('!libtool')
install=${pkgname}.install
-source=()
-md5sums=()
+source=('typefix.patch')
+md5sums=('a0a18224447f431503471b3dfe1b715c')
build() {
LDFLAGS="-ldl"
@@ -27,6 +27,7 @@ build() {
cd ${srcdir}/jamin
+ patch -p1 -i ../typefix.patch
./autogen.sh --prefix=/usr --libdir=/usr/lib
make
}