aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormar77i <mar77i@mar77i.ch>2016-09-03 13:52:49 +0200
committermar77i <mar77i@mar77i.ch>2016-09-03 13:52:49 +0200
commit01336d8de538a197c228334353fabe16c3781639 (patch)
tree56ab8a78bb0ad26b4c07e0a0ec08c97d1dd31d51
parent278ae33272f0cafa397c5da57a29eaf4aa7f609a (diff)
downloadAUR-01336d8de538a197c228334353fabe16c3781639.tar.gz
AUR-01336d8de538a197c228334353fabe16c3781639.tar.zst
AUR-01336d8de538a197c228334353fabe16c3781639.zip
drop adding -lXrender again, that's included with the alpha patch now
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32caae7..b9a9f9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,6 @@ prepare() {
38 -e 's/CFLAGS =/CFLAGS +=/g' \ 38 -e 's/CFLAGS =/CFLAGS +=/g' \
39 -e 's/LDFLAGS =/LDFLAGS +=/g' \ 39 -e 's/LDFLAGS =/LDFLAGS +=/g' \
40 -e 's/_BSD_SOURCE/_DEFAULT_SOURCE/' \ 40 -e 's/_BSD_SOURCE/_DEFAULT_SOURCE/' \
41 -e 's/\(-lXft\)/\1 -lXrender/' \
42 -i config.mk 41 -i config.mk
43 sed '/@tic/d' -i Makefile 42 sed '/@tic/d' -i Makefile
44 for file in "${source[@]}"; do 43 for file in "${source[@]}"; do