summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66349ffc50eb..2c69b2ec2e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plplot
pkgdesc = A cross-platform software package for creating scientific plots
pkgver = 5.15.0
- pkgrel = 1
+ pkgrel = 2
url = http://plplot.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 77611f1bb040..60e6337d20f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=plplot
pkgver=5.15.0
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform software package for creating scientific plots"
arch=('i686' 'x86_64')
url="http://plplot.sourceforge.net/"
@@ -36,6 +36,7 @@ build() {
-DENABLE_tcl=ON \
-DENABLE_tk=ON \
-DPL_FREETYPE_FONT_PATH=/usr/share/fonts/TTF ..
+ find . -name '*.make' -exec sed -i 's|-isystem /usr/include ||g' '{}' ';'
make
}