summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Hahler2016-12-22 21:15:31 +0100
committerDaniel Hahler2016-12-22 21:25:09 +0100
commite643a789064c7406b128bb07d87443daf5a0b648 (patch)
tree457f0a3cb7b111e27de55cade061cd3328a30927 /PKGBUILD
parentf32975b117205707fc43298fcb0b96b4050b94c9 (diff)
downloadaur-e643a789064c7406b128bb07d87443daf5a0b648.tar.gz
Drop --disable-frills: gets enabled automatically with Perl support
Ref: http://lists.schmorp.de/pipermail/rxvt-unicode/2016q4/002313.html
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ae6c1620d26..b35cdc9fe129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,8 +70,7 @@ build() {
--enable-wtmp \
--enable-xft \
--enable-xim \
- --enable-xterm-scroll \
- --disable-frills
+ --enable-xterm-scroll
make
}