aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc9cf60..b68e76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,12 @@ prepare() {
32 -e '/char worddelimiters/s/= .*/= " '"'"'`\\\"()[]{}<>|";/' \ 32 -e '/char worddelimiters/s/= .*/= " '"'"'`\\\"()[]{}<>|";/' \
33 -e '/int defaultcs/s/= .*/= 1;/' \ 33 -e '/int defaultcs/s/= .*/= 1;/' \
34 -i config.def.h 34 -i config.def.h
35 sed \
36 -e 's/CPPFLAGS =/CPPFLAGS +=/g' \
37 -e 's/CFLAGS =/CFLAGS +=/g' \
38 -e 's/LDFLAGS =/LDFLAGS +=/g' \
39 -e 's/_BSD_SOURCE/_DEFAULT_SOURCE/' \
40 -i config.mk
35 sed '/@tic/d' -i Makefile 41 sed '/@tic/d' -i Makefile
36} 42}
37 43