Skip to content

Instantly share code, notes, and snippets.

Created January 3, 2018 10:02
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 anonymous/d0c91cc83acfa83c5671681db8eb80c8 to your computer and use it in GitHub Desktop.
Save anonymous/d0c91cc83acfa83c5671681db8eb80c8 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index b480dd5..f85db7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ sha256sums=('f438f2ae6e25496fa81df525935fb0bf2a403855d95c40b3e0f3a3e1e861a085'
'9d1f8e7ad923cb5450386edbbce085d258653c0160419cdd6ff154542cc32bd7'
'50c08191a5b281a39aa05ace4feb8d5405707b4c54a5dcba061f954649c38cb0'
'3c45b03761d5254142710b7004af0077f18efece7c95511910140d0542c8de8a'
- 'a8db29f6acf32659daca8de35481b25ed847b2182e6033940f3568f3d1ad22fb')
+ '2d05da3a5c77d17cec9fb7ebf0349cfe382d01bf65808b2a79555eaea750c709')
prepare() {
cd "${pkgname}-${pkgver}"
diff --git a/settings.cmake b/settings.cmake
index c7a908d..4a5086e 100644
--- a/settings.cmake
+++ b/settings.cmake
@@ -5,7 +5,7 @@ set (CMAKE_INSTALL_SYSCONFDIR /etc CACHE PATH "" FORCE)
set (CMAKE_INSTALL_DATAROOTDIR /usr/share CACHE PATH "" FORCE)
set (LLVM_ENABLE_THREADS ON CACHE BOOL "" FORCE) # try to workaround pthread issue
set (asimage ON CACHE BOOL "" FORCE)
-set (builtin_afterimage OFF CACHE BOOL "" FORCE)
+set (builtin_afterimage ON CACHE BOOL "" FORCE)
set (builtin_ftgl OFF CACHE BOOL "" FORCE)
set (builtin_freetype OFF CACHE BOOL "" FORCE)
set (builtin_gl2ps OFF CACHE BOOL "" FORCE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment