summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYigit Dallilar2022-04-20 13:34:10 +0200
committerYigit Dallilar2022-04-20 13:34:10 +0200
commit0c49c2a7104fe774f26d442b6b53945b0f8db099 (patch)
treed20b44b3568443602c36d816cabbe5971be29d29 /PKGBUILD
parent875ec1f69f4b6a9e4d0fb698a60a9f9acc4856ff (diff)
downloadaur-0c49c2a7104fe774f26d442b6b53945b0f8db099.tar.gz
recompile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7527a5e4517..3d2b351d1a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ds9
pkgver=8.3
-pkgrel=3
+pkgrel=4
pkgdesc="SAOImage DS9: Astronomical Data Visualization Application"
url="http://hea-www.harvard.edu/RD/ds9/"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
provides=(ds9)
conflicts=(ds9-bin)
depends=()
-options=(!strip !lto)
+options=(!strip lto)
makedepends=(libx11 libxslt libxml2 libxft tcl zip)
conflicts=()
replaces=()
@@ -31,6 +31,8 @@ prepare() {
}
build() {
+ LDFLAGS="-lm $LDFLAGS"
+ echo $LDFLAGS
cd ${srcdir}/SAOImageDS9-${pkgver}
unix/configure
make