summaryrefslogtreecommitdiff
path: root/extra/texmacs
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-02 08:01:23 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-02 08:01:23 +0200
commitb8c4b850d4f2851fd648ba5b8cca0ac2b3024e55 (patch)
tree1b0d3aa6d8fa70d94680eaf5196bf3b65ba7066c /extra/texmacs
parent1feb4b37a696ea95e9a00ee5ba94e846fafdf0a9 (diff)
downloadpackages-b8c4b850d4f2851fd648ba5b8cca0ac2b3024e55.tar.xz
extra/texmacs: removed, is in AUR now
Diffstat (limited to 'extra/texmacs')
-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
- '
-)"