From 3348322f7211f2be8749908df9dcf359aef206c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Fri, 18 Nov 2016 20:35:35 +0000 Subject: [PATCH] Drop flags that are enabled by default now. --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index af9aeeb..e2062cc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -25,7 +25,6 @@ build() { --with-pkg-config-libdir=/usr/lib/pkgconfig \ --with-shared --with-normal --without-debug --without-ada \ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \ - --enable-ext-colors --enable-ext-mouse make }