diff options
author | mar77i <mar77i@mar77i.ch> | 2016-09-03 13:52:49 +0200 |
---|---|---|
committer | mar77i <mar77i@mar77i.ch> | 2016-09-03 13:52:49 +0200 |
commit | 01336d8de538a197c228334353fabe16c3781639 (patch) | |
tree | 56ab8a78bb0ad26b4c07e0a0ec08c97d1dd31d51 | |
parent | 278ae33272f0cafa397c5da57a29eaf4aa7f609a (diff) | |
download | AUR-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-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |