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

Balló György bgyorgy at archlinux.org
Tue Oct 17 12:28:36 UTC 2017


    Date: Tuesday, October 17, 2017 @ 12:28:35
  Author: bgyorgy
Revision: 263148

upgpkg: codeblocks 16.01-11

Fix build

Modified:
  codeblocks/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-17 11:15:29 UTC (rev 263147)
+++ PKGBUILD	2017-10-17 12:28:35 UTC (rev 263148)
@@ -6,8 +6,6 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 # Contributor: Roman Mikhayloff <rimf at inbox.ru>
 
-# WIP: Only builds for i686
-
 pkgname=codeblocks
 pkgver=16.01
 pkgrel=11
@@ -15,7 +13,7 @@
 arch=('x86_64' 'i686')
 url='http://codeblocks.org/'
 license=('GPL3')
-depends=('boost-libs' 'gamin' 'hunspell' 'wxgtk')
+depends=('boost-libs' 'gamin' 'hunspell' 'wxgtk2')
 makedepends=('boost' 'zip')
 source=("https://sourceforge.net/projects/$pkgname/files/Sources/$pkgver/${pkgname}_$pkgver.tar.gz")
 sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
@@ -30,7 +28,7 @@
   # FS#49799
   export CPPFLAGS+=" -fno-delete-null-pointer-checks"
 
-  CXXFLAGS+=' -std=c++11 -fpermissive -w'
+  CXXFLAGS+=' -std=c++11 -fpermissive'
   ./bootstrap
   ./configure --prefix=/usr --with-contrib-plugins=all
   sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



More information about the arch-commits mailing list