summaryrefslogtreecommitdiff
path: root/extra/texmacs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/texmacs/PKGBUILD')
-rw-r--r--extra/texmacs/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/texmacs/PKGBUILD b/extra/texmacs/PKGBUILD
deleted file mode 100644
index 0c02dc63..00000000
--- a/extra/texmacs/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# guile cmake checks allow int* to be casted to size_t*, so we
-# add force guile_str_size_t to size_t after the test (no matter
-# what the outcome is)
-
-eval "$(
- declare -f prepare | \
- sed '
- /cd TeXmacs-${pkgver}-src/ a \ sed -i "/ENDIF(_guile_str_size_test)/ a \ SET(guile_str_size_t size_t)" CMakeLists.txt
- '
-)"