Skip to content

Instantly share code, notes, and snippets.

@marmistrz
Created December 25, 2018 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marmistrz/bf2da713f1691c0d60ecd69fa2df0b11 to your computer and use it in GitHub Desktop.
Save marmistrz/bf2da713f1691c0d60ecd69fa2df0b11 to your computer and use it in GitHub Desktop.
diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index 375fdbd..53f7ea3 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -19,7 +19,7 @@ sha512sums=('c9fdc28562714bddc889805e1d439a7dd425f721a8236b8f8ec4727ce24e5053693
build() {
cd $pkgname-$pkgver
- ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+ ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname --enable-opencc
make
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment