[arch-commits] Commit in wxmaxima/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Jul 6 17:37:44 UTC 2016
Date: Wednesday, July 6, 2016 @ 17:37:44
Author: arojas
Revision: 271092
Workaround for segfaults with GCC 6 (FS#49969)
Modified:
wxmaxima/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-06 15:34:55 UTC (rev 271091)
+++ PKGBUILD 2016-07-06 17:37:44 UTC (rev 271092)
@@ -5,12 +5,12 @@
pkgname=wxmaxima
pkgver=16.04.2
-pkgrel=1
+pkgrel=2
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=('i686' 'x86_64')
url="http://wxmaxima.sourceforge.net/"
license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
+depends=('maxima' 'libxml2' 'wxgtk')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
sha1sums=('568374973eec8110190fc8a69e4e881d9bc76e49')
@@ -17,6 +17,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
export WX_CONFIG_PATH=/usr/bin/wx-config
+ export CXXFLAGS+=" -fno-delete-null-pointer-checks" # FS#49969
./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list