index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-02 08:01:23 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-02 08:01:23 +0200 |
commit | b8c4b850d4f2851fd648ba5b8cca0ac2b3024e55 (patch) | |
tree | 1b0d3aa6d8fa70d94680eaf5196bf3b65ba7066c /extra/texmacs/PKGBUILD | |
parent | 1feb4b37a696ea95e9a00ee5ba94e846fafdf0a9 (diff) |
-rw-r--r-- | extra/texmacs/PKGBUILD | 10 |
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 - ' -)" |