[arch-commits] Commit in lxpanel/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Dec 5 12:59:17 UTC 2014


    Date: Friday, December 5, 2014 @ 13:59:16
  Author: bgyorgy
Revision: 123474

Remove unneeded workaround/option

Modified:
  lxpanel/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-05 09:28:46 UTC (rev 123473)
+++ PKGBUILD	2014-12-05 12:59:16 UTC (rev 123474)
@@ -19,10 +19,9 @@
 
 build() {
   cd $pkgname-$pkgver
-  CFLAGS+=' -lgmodule-2.0' ./configure \
+  ./configure \
     --sysconfdir=/etc \
-    --prefix=/usr \
-    --enable-man
+    --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list